]> code.delx.au - gnu-emacs/commitdiff
Don't include string.h or strings.h.
authorRichard M. Stallman <rms@gnu.org>
Thu, 28 Apr 1994 04:44:54 +0000 (04:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 28 Apr 1994 04:44:54 +0000 (04:44 +0000)
lib-src/b2m.c

index 77cfa9a622bde38024ea9ca0050d0dd901a4492f..2e321a1b1b78ad985764181b6dbd3076ba0e335a 100644 (file)
 
 #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 ();