comparison 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
comparison
equal deleted inserted replaced
13293:5270a0a465a7 13294:30565fdf5fe0
266 #ifndef HAVE_XRMSETDATABASE 266 #ifndef HAVE_XRMSETDATABASE
267 #define HAVE_XRMSETDATABASE 267 #define HAVE_XRMSETDATABASE
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