1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00:00

Don't include string.h or strings.h.

This commit is contained in:
Richard M. Stallman 1994-04-28 04:44:54 +00:00
parent 6311cf580d
commit 1e7e7d6eca

View File

@ -27,12 +27,6 @@
#include <../src/config.h>
#ifdef USG
#include <string.h>
#else
#include <strings.h>
#endif
/* BSD's strings.h does not declare the type of strtok. */
extern char *strtok ();