diff options
| author | Dave Love | 2000-02-27 12:48:53 +0000 |
|---|---|---|
| committer | Dave Love | 2000-02-27 12:48:53 +0000 |
| commit | 0adc3570b094853695d4f6449b5717161bbddb4b (patch) | |
| tree | 0c032bcff0dbd24351627b0f7882acf3c15fadda /src | |
| parent | ca51267132ac71ad73e7c1deaa96d7f6ce24ca2c (diff) | |
| download | emacs-0adc3570b094853695d4f6449b5717161bbddb4b.tar.gz emacs-0adc3570b094853695d4f6449b5717161bbddb4b.zip | |
Remove definition of CONST.
Diffstat (limited to 'src')
| -rw-r--r-- | src/search.c | 6 |
1 files changed, 0 insertions, 6 deletions
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 () | |||
| 97 | error ("Stack overflow in regexp matcher"); | 97 | error ("Stack overflow in regexp matcher"); |
| 98 | } | 98 | } |
| 99 | 99 | ||
| 100 | #ifdef __STDC__ | ||
| 101 | #define CONST const | ||
| 102 | #else | ||
| 103 | #define CONST | ||
| 104 | #endif | ||
| 105 | |||
| 106 | /* Compile a regexp and signal a Lisp error if anything goes wrong. | 100 | /* Compile a regexp and signal a Lisp error if anything goes wrong. |
| 107 | PATTERN is the pattern to compile. | 101 | PATTERN is the pattern to compile. |
| 108 | CP is the place to put the result. | 102 | CP is the place to put the result. |