# HG changeset patch # User Richard M. Stallman # Date 814649538 0 # Node ID 30565fdf5fe0a11b79022c293264cc86de3ecb77 # Parent 5270a0a465a743afaa544d06796063c23d98a623 (REGEXP_IN_LIBC): Definition turned off. diff -r 5270a0a465a7 -r 30565fdf5fe0 src/s/gnu-linux.h --- 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 */ +