# HG changeset patch # User Jeff Bailey # Date 971765704 0 # Node ID 30949ab3be6db0d251ccca7ef3be2c9af473c2ea # Parent dc65428d47a65cbabf5640b75597b840a4ad06a4 Remove warning that noone noticed anyway diff --git a/regex.c b/regex.c --- a/regex.c +++ b/regex.c @@ -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 --git a/regex.h b/regex.h --- a/regex.h +++ b/regex.h @@ -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.