diff options
| author | Jim Blandy | 1993-04-02 23:17:33 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-04-02 23:17:33 +0000 |
| commit | 8b20806d3cf5d0d82719e0913caffd8ce111552a (patch) | |
| tree | 5b1bb01856534980641c204e9801611cc6fbaa5c /src | |
| parent | 5745b08698e97e2ef3d1f3437673f10406802a0c (diff) | |
| download | emacs-8b20806d3cf5d0d82719e0913caffd8ce111552a.tar.gz emacs-8b20806d3cf5d0d82719e0913caffd8ce111552a.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/regex.c | 2 | ||||
| -rw-r--r-- | src/regex.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/regex.c b/src/regex.c index 4d617d39b17..8169880d7e4 100644 --- a/src/regex.c +++ b/src/regex.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Extended regular expression matching and search library, | 1 | /* Extended regular expression matching and search library, |
| 2 | version 0.11. | 2 | version 0.12. |
| 3 | (Implements POSIX draft P10003.2/D11.2, except for | 3 | (Implements POSIX draft P10003.2/D11.2, except for |
| 4 | internationalization features.) | 4 | internationalization features.) |
| 5 | 5 | ||
diff --git a/src/regex.h b/src/regex.h index 0840861da36..408dd210348 100644 --- a/src/regex.h +++ b/src/regex.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Definitions for data structures and routines for the regular | 1 | /* Definitions for data structures and routines for the regular |
| 2 | expression library, version 0.11. | 2 | expression library, version 0.12. |
| 3 | 3 | ||
| 4 | Copyright (C) 1985, 89, 90, 91, 92 Free Software Foundation, Inc. | 4 | Copyright (C) 1985, 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This program is free software; you can redistribute it and/or modify | 6 | This program is free software; you can redistribute it and/or modify |
| 7 | it under the terms of the GNU General Public License as published by | 7 | it under the terms of the GNU General Public License as published by |