diff src/s/gnu-linux.h @ 91691:0a928dba3639

* Makefile.in (REGEXP_IN_LIBC): Remove reference to obsolete variable. * s/gnu-linux.h: Remove commented out code. * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE. * Makefile.in: Update what RMS says about using autoconf. (C_COMPILER): (COFF_ENCAPSULATE): (MAKE_PARALLEL): Remove obsolete variable. (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1): (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1) (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 09 Feb 2008 07:42:06 +0000
parents 68df465b9550
children bb158f0053d9
line wrap: on
line diff
--- a/src/s/gnu-linux.h	Sat Feb 09 07:07:53 2008 +0000
+++ b/src/s/gnu-linux.h	Sat Feb 09 07:42:06 2008 +0000
@@ -333,12 +333,6 @@
 #define HAVE_XRMSETDATABASE
 #endif
 
-/* The regex.o routines are a part of the GNU C-library used with Linux.  */
-/* 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 */
-
 /* Use BSD process groups, but use setpgid() instead of setpgrp() to
    actually set a process group. */