diff options
| author | Richard M. Stallman | 1994-04-13 00:24:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-13 00:24:21 +0000 |
| commit | 463d60ff44514aa938b188582aa753ee4994c666 (patch) | |
| tree | 1ef986c56776db6dbe0a5c416fab9faa34d3d3fc | |
| parent | 1ad5ab9cb75589648bbbc28bbe12d29e0e1162e8 (diff) | |
| download | emacs-463d60ff44514aa938b188582aa753ee4994c666.tar.gz emacs-463d60ff44514aa938b188582aa753ee4994c666.zip | |
(BSD): Give it a number as definition.
| -rw-r--r-- | src/s/bsd4-2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/bsd4-2.h b/src/s/bsd4-2.h index 79f993ac2e0..4425ac9963d 100644 --- a/src/s/bsd4-2.h +++ b/src/s/bsd4-2.h | |||
| @@ -28,7 +28,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 28 | #endif /* BSD4_2 */ | 28 | #endif /* BSD4_2 */ |
| 29 | 29 | ||
| 30 | #ifndef BSD | 30 | #ifndef BSD |
| 31 | #define BSD | 31 | #define BSD 1 |
| 32 | #endif /* BSD */ | 32 | #endif /* BSD */ |
| 33 | 33 | ||
| 34 | /* SYSTEM_TYPE should indicate the kind of system you are using. | 34 | /* SYSTEM_TYPE should indicate the kind of system you are using. |