diff options
| author | Richard M. Stallman | 1997-05-07 19:22:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-05-07 19:22:58 +0000 |
| commit | 214c0a6281a6baf83d25c5ec25070fc1c4114878 (patch) | |
| tree | f99568b9d6f7ac17d3627e5c82a1381f9cfd7377 /src | |
| parent | 9bdc0764e03e8b6c42c12a304885462f9411185a (diff) | |
| download | emacs-214c0a6281a6baf83d25c5ec25070fc1c4114878.tar.gz emacs-214c0a6281a6baf83d25c5ec25070fc1c4114878.zip | |
Delete the code that was trying to define BSD "right"
now that Emacs doesn't use the symbol BSD this way.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/bsd386.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/s/bsd386.h b/src/s/bsd386.h index c170c1efdca..77e30d04bfa 100644 --- a/src/s/bsd386.h +++ b/src/s/bsd386.h | |||
| @@ -32,12 +32,6 @@ | |||
| 32 | #define HAVE_TERMIOS | 32 | #define HAVE_TERMIOS |
| 33 | #define NO_TERMIO | 33 | #define NO_TERMIO |
| 34 | 34 | ||
| 35 | /* This silences a few compilation warnings. */ | ||
| 36 | #ifdef emacs | ||
| 37 | #undef BSD_SYSTEM | ||
| 38 | #include <sys/param.h> /* To get BSD defined consistently. */ | ||
| 39 | #endif | ||
| 40 | |||
| 41 | #define WAITTYPE int | 35 | #define WAITTYPE int |
| 42 | /* get this since it won't be included if WAITTYPE is defined */ | 36 | /* get this since it won't be included if WAITTYPE is defined */ |
| 43 | #ifdef emacs | 37 | #ifdef emacs |