# HG changeset patch # User Jeff Bailey # Date 971765704 0 # Node ID 37d5eb3558fb333e4b8cfe334071329e1d780d34 # Parent d9c01583abf5714f114fffae306321c79b80acef Remove warning that noone noticed anyway diff -r d9c01583abf5 -r 37d5eb3558fb src/regex.c --- a/src/regex.c Tue Oct 17 06:53:48 2000 +0000 +++ b/src/regex.c Tue Oct 17 06:55:04 2000 +0000 @@ -1,7 +1,3 @@ -/* 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 d9c01583abf5 -r 37d5eb3558fb src/regex.h --- a/src/regex.h Tue Oct 17 06:53:48 2000 +0000 +++ b/src/regex.h Tue Oct 17 06:55:04 2000 +0000 @@ -1,7 +1,3 @@ -/* 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.