From: Jeff Bailey Date: Tue, 17 Oct 2000 06:55:04 +0000 (+0000) Subject: Remove warning that noone noticed anyway X-Git-Tag: emacs-pretest-21.0.90~815 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6a45ac9cbd4039fb09e104b05c2ba3d9194cf720;p=emacs.git Remove warning that noone noticed anyway --- diff --git a/src/regex.c b/src/regex.c index a589f155178..2001f9af473 100644 --- a/src/regex.c +++ b/src/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/src/regex.h b/src/regex.h index b3f72e9b065..ef4284cdce2 100644 --- a/src/regex.h +++ b/src/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.