diff options
| author | Richard M. Stallman | 1994-07-01 00:29:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-07-01 00:29:02 +0000 |
| commit | 31bdddb37808b62b55a2d69e75f3dde77a43b9df (patch) | |
| tree | cd58085fabc9fbe2ad50cf5c4e582263b6a1a837 /src | |
| parent | b663a40d994081cec18fcde06deb048577dac914 (diff) | |
| download | emacs-31bdddb37808b62b55a2d69e75f3dde77a43b9df.tar.gz emacs-31bdddb37808b62b55a2d69e75f3dde77a43b9df.zip | |
(random, srandom): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/hpux.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/s/hpux.h b/src/s/hpux.h index 58fdf6ff11a..c7e02a007cb 100644 --- a/src/s/hpux.h +++ b/src/s/hpux.h | |||
| @@ -193,12 +193,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 193 | /* Use the system provided termcap(3) library */ | 193 | /* Use the system provided termcap(3) library */ |
| 194 | #define TERMINFO | 194 | #define TERMINFO |
| 195 | 195 | ||
| 196 | #if 0 | 196 | /* The 48-bit versions are more winning for Emacs; |
| 197 | /* The 48-bit versions are more winning for Emacs. */ | 197 | the ordinary ones don't give even 32 bits. */ |
| 198 | 198 | #define random lrand48 | |
| 199 | #define rand lrand48 | 199 | #define srandom srand48 |
| 200 | #define srand srand48 | ||
| 201 | #endif | ||
| 202 | 200 | ||
| 203 | /* In hpux, the symbol SIGIO is defined, but the feature | 201 | /* In hpux, the symbol SIGIO is defined, but the feature |
| 204 | doesn't work in the way Emacs needs it to. | 202 | doesn't work in the way Emacs needs it to. |