# HG changeset patch # User Jeff Bailey # Date 969378422 0 # Node ID 3f1d7c3629aaf6a247422abe40ad6498f22e808e # Parent 1b791fcfaa10490727c4ac64cd8a4a504c839e51 Add warning to top of source files diff -r 1b791fcfaa10 -r 3f1d7c3629aa src/regex.c --- a/src/regex.c Tue Sep 19 15:37:17 2000 +0000 +++ b/src/regex.c Tue Sep 19 15:47:02 2000 +0000 @@ -1,3 +1,7 @@ +/* Only edit this file through the CVS module in subversions. This file + is automatically updated whenever changes are made to it there, and + all of your work will be lost! - jbailey Sep 19, 2000 */ + /* Extended regular expression matching and search library, version 0.12. (Implements POSIX draft P1003.2/D11.2, except for some of the internationalization features.) diff -r 1b791fcfaa10 -r 3f1d7c3629aa src/regex.h --- a/src/regex.h Tue Sep 19 15:37:17 2000 +0000 +++ b/src/regex.h Tue Sep 19 15:47:02 2000 +0000 @@ -1,3 +1,7 @@ +/* Only edit this file through the CVS module in subversions. This file + is automatically updated whenever changes are made to it there, and + all of your work will be lost! - jbailey Sep 19, 2000 */ + /* Definitions for data structures and routines for the regular expression library, version 0.12.