diff options
| author | Gerd Moellmann | 2000-09-02 19:35:49 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-09-02 19:35:49 +0000 |
| commit | 8892f40bde07b11c5e2c24719acbcf7239f42de3 (patch) | |
| tree | 433299881b5afea3f22dce1a37c6ad7d5c334ae7 /src/doc.c | |
| parent | daaf40c7dabd004635454864b859b8fbd0a7c1da (diff) | |
| download | emacs-8892f40bde07b11c5e2c24719acbcf7239f42de3.tar.gz emacs-8892f40bde07b11c5e2c24719acbcf7239f42de3.zip | |
Remove includes of
string.h and strings.h.
(index) [HAVE_INDEX]: Add prototype.
Diffstat (limited to 'src/doc.c')
| -rw-r--r-- | src/doc.c | 8 |
1 files changed, 2 insertions, 6 deletions
| @@ -41,12 +41,8 @@ Boston, MA 02111-1307, USA. */ | |||
| 41 | #include "keyboard.h" | 41 | #include "keyboard.h" |
| 42 | #include "charset.h" | 42 | #include "charset.h" |
| 43 | 43 | ||
| 44 | #ifdef HAVE_STRING_H | 44 | #ifdef HAVE_INDEX |
| 45 | #include <string.h> | 45 | extern char *index P_ ((const char *, int)); |
| 46 | #endif | ||
| 47 | |||
| 48 | #ifdef HAVE_STRINGS_H | ||
| 49 | #include <strings.h> | ||
| 50 | #endif | 46 | #endif |
| 51 | 47 | ||
| 52 | Lisp_Object Vdoc_file_name, Vhelp_manyarg_func_alist; | 48 | Lisp_Object Vdoc_file_name, Vhelp_manyarg_func_alist; |