changeset 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 5270a0a465a7
children bc92156aa523
files src/s/gnu-linux.h
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
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 */
+