diff 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
line wrap: on
line diff
--- a/src/callint.c	Sat Sep 02 17:58:27 2000 +0000
+++ b/src/callint.c	Sat Sep 02 19:35:25 2000 +0000
@@ -27,12 +27,8 @@
 #include "window.h"
 #include "mocklisp.h"
 
-#ifdef HAVE_STRING_H
-#include <string.h>
-#endif
-
-#ifdef HAVE_STRINGS_H
-#include <strings.h>
+#ifdef HAVE_INDEX
+extern char *index P_ ((const char *, int));
 #endif
 
 extern Lisp_Object Qcursor_in_echo_area;