diff options
| author | Jeff Bailey | 2000-09-19 15:47:02 +0000 |
|---|---|---|
| committer | Jeff Bailey | 2000-09-19 15:47:02 +0000 |
| commit | 1c024bdaaadbff9b228b5bc1bd6598c58051cec5 (patch) | |
| tree | 3aee77d84201830616c7957e3e6d50f9090824e6 /src | |
| parent | ba9eeda11d10b1ff1dc5c2b4116725c03fda8613 (diff) | |
| download | emacs-1c024bdaaadbff9b228b5bc1bd6598c58051cec5.tar.gz emacs-1c024bdaaadbff9b228b5bc1bd6598c58051cec5.zip | |
Add warning to top of source files
Diffstat (limited to 'src')
| -rw-r--r-- | src/regex.c | 4 | ||||
| -rw-r--r-- | src/regex.h | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/regex.c b/src/regex.c index 82fd4e2062d..ffbe5fbce9c 100644 --- a/src/regex.c +++ b/src/regex.c | |||
| @@ -1,3 +1,7 @@ | |||
| 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 | |||
| 1 | /* Extended regular expression matching and search library, version | 5 | /* Extended regular expression matching and search library, version |
| 2 | 0.12. (Implements POSIX draft P1003.2/D11.2, except for some of the | 6 | 0.12. (Implements POSIX draft P1003.2/D11.2, except for some of the |
| 3 | internationalization features.) | 7 | internationalization features.) |
diff --git a/src/regex.h b/src/regex.h index ef4284cdce2..b3f72e9b065 100644 --- a/src/regex.h +++ b/src/regex.h | |||
| @@ -1,3 +1,7 @@ | |||
| 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 | |||
| 1 | /* Definitions for data structures and routines for the regular | 5 | /* Definitions for data structures and routines for the regular |
| 2 | expression library, version 0.12. | 6 | expression library, version 0.12. |
| 3 | 7 | ||