comparison src/callint.c @ 31336:3ecef4a7b3cd

Remove includes of string.h and strings.h. (index) [HAVE_INDEX]: Add prototype.
author Gerd Moellmann <gerd@gnu.org>
date Sat, 02 Sep 2000 19:35:25 +0000
parents 7930c46bb365
children c04a8de55245
comparison
equal deleted inserted replaced
31335:9c011adf9309 31336:3ecef4a7b3cd
25 #include "commands.h" 25 #include "commands.h"
26 #include "keyboard.h" 26 #include "keyboard.h"
27 #include "window.h" 27 #include "window.h"
28 #include "mocklisp.h" 28 #include "mocklisp.h"
29 29
30 #ifdef HAVE_STRING_H 30 #ifdef HAVE_INDEX
31 #include <string.h> 31 extern char *index P_ ((const char *, int));
32 #endif
33
34 #ifdef HAVE_STRINGS_H
35 #include <strings.h>
36 #endif 32 #endif
37 33
38 extern Lisp_Object Qcursor_in_echo_area; 34 extern Lisp_Object Qcursor_in_echo_area;
39 35
40 Lisp_Object Vcurrent_prefix_arg, Qminus, Qplus; 36 Lisp_Object Vcurrent_prefix_arg, Qminus, Qplus;