diff options
| author | Richard M. Stallman | 1994-04-28 04:44:54 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-28 04:44:54 +0000 |
| commit | 1e7e7d6eca894ad9a2a8b39c5689f1d2a118a2bb (patch) | |
| tree | 144cd603c4cd5ede63dc271b1adbef29512c6df9 /lib-src | |
| parent | 6311cf580d679fc27246dc30b9609827a92f2584 (diff) | |
| download | emacs-1e7e7d6eca894ad9a2a8b39c5689f1d2a118a2bb.tar.gz emacs-1e7e7d6eca894ad9a2a8b39c5689f1d2a118a2bb.zip | |
Don't include string.h or strings.h.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/b2m.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib-src/b2m.c b/lib-src/b2m.c index 77cfa9a622b..2e321a1b1b7 100644 --- a/lib-src/b2m.c +++ b/lib-src/b2m.c | |||
| @@ -27,12 +27,6 @@ | |||
| 27 | 27 | ||
| 28 | #include <../src/config.h> | 28 | #include <../src/config.h> |
| 29 | 29 | ||
| 30 | #ifdef USG | ||
| 31 | #include <string.h> | ||
| 32 | #else | ||
| 33 | #include <strings.h> | ||
| 34 | #endif | ||
| 35 | |||
| 36 | /* BSD's strings.h does not declare the type of strtok. */ | 30 | /* BSD's strings.h does not declare the type of strtok. */ |
| 37 | extern char *strtok (); | 31 | extern char *strtok (); |
| 38 | 32 | ||