Mercurial > emacs
diff src/doc.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 | c3435dc00ed7 |
line wrap: on
line diff
--- a/src/doc.c Sat Sep 02 17:58:27 2000 +0000 +++ b/src/doc.c Sat Sep 02 19:35:25 2000 +0000 @@ -41,12 +41,8 @@ #include "keyboard.h" #include "charset.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 Lisp_Object Vdoc_file_name, Vhelp_manyarg_func_alist;
