Mercurial > emacs
changeset 27884:e066446ae244
Remove definition of CONST.
author | Dave Love <fx@gnu.org> |
---|---|
date | Sun, 27 Feb 2000 12:48:53 +0000 |
parents | 7c90c9f169f4 |
children | 07a468af713c |
files | src/search.c |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
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.