diff src/search.c @ 27884:e066446ae244

Remove definition of CONST.
author Dave Love <fx@gnu.org>
date Sun, 27 Feb 2000 12:48:53 +0000 (2000-02-27)
parents bb0e45f6ca86
children 9a8814cc543c
line wrap: on
line diff
--- a/src/search.c	Sun Feb 27 12:31:28 2000 +0000
+++ b/src/search.c	Sun Feb 27 12:48:53 2000 +0000
@@ -97,12 +97,6 @@
   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.