diff src/s/bsd4-3.h @ 16220:02044b05d8e0

Replaced symbol BSD with BSD_SYSTEM.
author Karl Heuer <kwzh@gnu.org>
date Tue, 17 Sep 1996 03:43:54 +0000
parents ee40177f6c68
children 566fd2a966aa
line wrap: on
line diff
--- a/src/s/bsd4-3.h	Tue Sep 17 02:56:22 1996 +0000
+++ b/src/s/bsd4-3.h	Tue Sep 17 03:43:54 1996 +0000
@@ -30,9 +30,9 @@
 #define BSD4_3 1
 #endif /* BSD4_3 */
 
-#ifndef BSD
-#define BSD 43
-#endif /* BSD */
+#ifndef BSD_SYSTEM
+#define BSD_SYSTEM 43
+#endif /* BSD_SYSTEM */
 
 /* SYSTEM_TYPE should indicate the kind of system you are using.
  It sets the Lisp variable system-type.  */