summaryrefslogtreecommitdiff
path: root/src/s
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-10-25 19:32:18 +0000
committerRichard M. Stallman <rms@gnu.org>1995-10-25 19:32:18 +0000
commit0dabf28247f47ff772336f7faeb44c44bba58d41 (patch)
tree5fd320e6a06852a206952915f4c7115c04e9f83f /src/s
parent6aec5927541173d4ba3bbc2e6d0afe35289772d2 (diff)
downloademacs-0dabf28247f47ff772336f7faeb44c44bba58d41.tar.gz
(REGEXP_IN_LIBC): Definition turned off.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/gnu-linux.h6
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. */
#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 */
+