diff options
| author | Richard M. Stallman | 1995-10-25 19:32:18 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-10-25 19:32:18 +0000 |
| commit | ea18e2846dc75fa31d0b53b7953e6fc1b8012153 (patch) | |
| tree | 82e9520e14dc6f97c93beba213e2bb3e41d130b4 /src | |
| parent | fc558e4dede77c46092aeac0b0c180ab5e793bb0 (diff) | |
| download | emacs-ea18e2846dc75fa31d0b53b7953e6fc1b8012153.tar.gz emacs-ea18e2846dc75fa31d0b53b7953e6fc1b8012153.zip | |
(REGEXP_IN_LIBC): Definition turned off.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/gnu-linux.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index e40733cda8b..1017e2dfe62 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -268,4 +268,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 268 | #endif | 268 | #endif |
| 269 | 269 | ||
| 270 | /* The regex.o routines are a part of the GNU C-library used with Linux. */ | 270 | /* The regex.o routines are a part of the GNU C-library used with Linux. */ |
| 271 | #define REGEXP_IN_LIBC | 271 | /* However, sometimes they disagree with the src/regex.h that comes with Emacs, |
| 272 | and that can make trouble in etags.c because it gets the regex.h from Emacs | ||
| 273 | and the function definitions in libc. So turn this off. */ | ||
| 274 | /* #define REGEXP_IN_LIBC */ | ||
| 275 | |||