diff options
| author | Karl Heuer | 1996-09-17 04:49:51 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-09-17 04:49:51 +0000 |
| commit | fae87a070d7a78dec1e7865507903bc0edb27d5a (patch) | |
| tree | f21b45e134970ab2011d09ccb25deb91ad27e374 /src | |
| parent | 8e4c450d30c4e641eaf0b78bfdf28610526fac84 (diff) | |
| download | emacs-fae87a070d7a78dec1e7865507903bc0edb27d5a.tar.gz emacs-fae87a070d7a78dec1e7865507903bc0edb27d5a.zip | |
Replaced symbol BSD with BSD_SYSTEM.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/dgux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/dgux.h b/src/s/dgux.h index 495ec7d1615..6206908e2e2 100644 --- a/src/s/dgux.h +++ b/src/s/dgux.h | |||
| @@ -33,7 +33,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 33 | #define BSD4_2 | 33 | #define BSD4_2 |
| 34 | #define BSD4_3 | 34 | #define BSD4_3 |
| 35 | #define BSD4_4 | 35 | #define BSD4_4 |
| 36 | #define BSD | 36 | #define BSD_SYSTEM |
| 37 | 37 | ||
| 38 | /* SYSTEM_TYPE should indicate the kind of system you are using. | 38 | /* SYSTEM_TYPE should indicate the kind of system you are using. |
| 39 | It sets the Lisp variable system-type. */ | 39 | It sets the Lisp variable system-type. */ |