Mercurial > emacs
diff src/search.c @ 21514:fa9ff387d260
Fix -Wimplicit warnings.
| author | Andreas Schwab <schwab@suse.de> |
|---|---|
| date | Tue, 14 Apr 1998 12:25:56 +0000 |
| parents | 8c6ea32aadfa |
| children | 5811a3129878 |
line wrap: on
line diff
--- a/src/search.c Tue Apr 14 10:56:46 1998 +0000 +++ b/src/search.c Tue Apr 14 12:25:56 1998 +0000 @@ -20,6 +20,9 @@ #include <config.h> +#ifdef STDC_HEADERS +#include <stdlib.h> +#endif #include "lisp.h" #include "syntax.h" #include "category.h" @@ -515,6 +518,7 @@ If ALLOW_QUIT is non-zero, set immediate_quit. That's good to do except when inside redisplay. */ +int scan_buffer (target, start, end, count, shortage, allow_quit) register int target; int start, end; @@ -2715,6 +2719,7 @@ STRING_MULTIBYTE (string)); } +void syms_of_search () { register int i;
