From: Dave Love Date: Sun, 27 Feb 2000 12:48:53 +0000 (+0000) Subject: Remove definition of CONST. X-Git-Tag: emacs-pretest-21.0.90~4867 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0adc3570b094853695d4f6449b5717161bbddb4b;p=emacs.git Remove definition of CONST. --- diff --git a/src/search.c b/src/search.c index 31c9398c761..4c877517a5e 100644 --- a/src/search.c +++ b/src/search.c @@ -97,12 +97,6 @@ matcher_overflow () error ("Stack overflow in regexp matcher"); } -#ifdef __STDC__ -#define CONST const -#else -#define CONST -#endif - /* Compile a regexp and signal a Lisp error if anything goes wrong. PATTERN is the pattern to compile. CP is the place to put the result.