]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove definition of CONST.
authorDave Love <fx@gnu.org>
Sun, 27 Feb 2000 12:48:53 +0000 (12:48 +0000)
committerDave Love <fx@gnu.org>
Sun, 27 Feb 2000 12:48:53 +0000 (12:48 +0000)
src/search.c

index 31c9398c761c2ef5a8dd2c2a3e07705c0b900420..4c877517a5e188955ef3f68d218e9793e9bc889a 100644 (file)
@@ -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.