diff options
| author | Jeff Bailey | 2000-10-17 06:55:04 +0000 |
|---|---|---|
| committer | Jeff Bailey | 2000-10-17 06:55:04 +0000 |
| commit | 6a45ac9cbd4039fb09e104b05c2ba3d9194cf720 (patch) | |
| tree | 33d30d9cd2fea2b88c7612cb1c3cba9a3ebc37a1 | |
| parent | 333cd59eeb3d9de2cd98cca1392eeef28dc657e4 (diff) | |
| download | emacs-6a45ac9cbd4039fb09e104b05c2ba3d9194cf720.tar.gz emacs-6a45ac9cbd4039fb09e104b05c2ba3d9194cf720.zip | |
Remove warning that noone noticed anyway
| -rw-r--r-- | src/regex.c | 4 | ||||
| -rw-r--r-- | src/regex.h | 4 |
2 files changed, 0 insertions, 8 deletions
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 @@ | |||
| 1 | /* Only edit this file through the CVS module in subversions. This file | ||
| 2 | is automatically updated whenever changes are made to it there, and | ||
| 3 | all of your work will be lost! - jbailey Sep 19, 2000 */ | ||
| 4 | |||
| 5 | /* Extended regular expression matching and search library, version | 1 | /* Extended regular expression matching and search library, version |
| 6 | 0.12. (Implements POSIX draft P1003.2/D11.2, except for some of the | 2 | 0.12. (Implements POSIX draft P1003.2/D11.2, except for some of the |
| 7 | internationalization features.) | 3 | 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 @@ | |||
| 1 | /* Only edit this file through the CVS module in subversions. This file | ||
| 2 | is automatically updated whenever changes are made to it there, and | ||
| 3 | all of your work will be lost! - jbailey Sep 19, 2000 */ | ||
| 4 | |||
| 5 | /* Definitions for data structures and routines for the regular | 1 | /* Definitions for data structures and routines for the regular |
| 6 | expression library, version 0.12. | 2 | expression library, version 0.12. |
| 7 | 3 | ||