Mercurial > emacs
diff src/s/gnu-linux.h @ 13294:30565fdf5fe0
(REGEXP_IN_LIBC): Definition turned off.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Wed, 25 Oct 1995 19:32:18 +0000 |
| parents | f36fccc38b0d |
| children | 426a5dc91b98 |
line wrap: on
line diff
--- a/src/s/gnu-linux.h Wed Oct 25 19:30:19 1995 +0000 +++ b/src/s/gnu-linux.h Wed Oct 25 19:32:18 1995 +0000 @@ -268,4 +268,8 @@ #endif /* The regex.o routines are a part of the GNU C-library used with Linux. */ -#define REGEXP_IN_LIBC +/* However, sometimes they disagree with the src/regex.h that comes with Emacs, + and that can make trouble in etags.c because it gets the regex.h from Emacs + and the function definitions in libc. So turn this off. */ +/* #define REGEXP_IN_LIBC */ +
