bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gnulib] regex.c patch for CLISP


From: Sam Steingold
Subject: [bug-gnulib] regex.c patch for CLISP
Date: Mon, 07 Mar 2005 19:07:43 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt)

GNU CLISP now uses the gnulib regex implementation.
the following patch would be nice to have (so that we do not have to
re-patch regex.c after each sync with gnulib).


2005-03-07  Sam Steingold  <address@hidden>

        * regex.c [clisp]: include "clisp.h" when used with CLISP (just
          like "emacs.h" is included when used with EMACS)



--- regex.c     07 Mar 2005 15:57:25 -0500      1.2
+++ regex.c     07 Mar 2005 18:34:42 -0500      
@@ -28,6 +28,9 @@
 #undef _GNU_SOURCE
 #define _GNU_SOURCE
 
+#ifdef clisp
+#  include "clisp.h"
+#endif
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif



Thanks.


-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
<http://www.honestreporting.com> <http://www.memri.org/>
<http://pmw.org.il/> <http://www.iris.org.il> <http://www.camera.org>
Single tasking: Just Say No.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]