diff options
| author | Jim Blandy | 1992-09-13 10:54:38 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-09-13 10:54:38 +0000 |
| commit | b7cceaf12a73559df9c2fcf135983b4c03b48061 (patch) | |
| tree | de45679165e29811fe12d574dbcba2d325a1ceef /src/s | |
| parent | e4801b31ff4d1c01f79e25a2eefbd3877375386b (diff) | |
| download | emacs-b7cceaf12a73559df9c2fcf135983b4c03b48061.tar.gz emacs-b7cceaf12a73559df9c2fcf135983b4c03b48061.zip | |
*** empty log message ***
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/bsd4-3.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/s/bsd4-3.h b/src/s/bsd4-3.h index 332bbaa3856..583e6eb05a9 100644 --- a/src/s/bsd4-3.h +++ b/src/s/bsd4-3.h | |||
| @@ -24,11 +24,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 24 | */ | 24 | */ |
| 25 | 25 | ||
| 26 | #ifndef BSD4_3 | 26 | #ifndef BSD4_3 |
| 27 | #define BSD 43 /* 4.3 * 10, as cpp doesn't do floats */ | 27 | #define BSD4_3 |
| 28 | #endif /* BSD4_3 */ | 28 | #endif /* BSD4_3 */ |
| 29 | 29 | ||
| 30 | #ifndef BSD | 30 | #ifndef BSD |
| 31 | #define BSD4_3 1 | 31 | #define BSD |
| 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. |
| @@ -127,6 +127,3 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 127 | is named _avenrun. */ | 127 | is named _avenrun. */ |
| 128 | 128 | ||
| 129 | #define LDAV_SYMBOL "_avenrun" | 129 | #define LDAV_SYMBOL "_avenrun" |
| 130 | |||
| 131 | /* The return type of a signal handling function. */ | ||
| 132 | #define SIGTYPE int | ||