Mercurial > emacs
changeset 8097:f18272ebe3e6
(random, srandom): Defined.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 01 Jul 1994 00:29:02 +0000 |
parents | 355f353f7c74 |
children | e44c31d682b1 |
files | src/s/hpux.h |
diffstat | 1 files changed, 4 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/hpux.h Thu Jun 30 19:34:49 1994 +0000 +++ b/src/s/hpux.h Fri Jul 01 00:29:02 1994 +0000 @@ -193,12 +193,10 @@ /* Use the system provided termcap(3) library */ #define TERMINFO -#if 0 -/* The 48-bit versions are more winning for Emacs. */ - -#define rand lrand48 -#define srand srand48 -#endif +/* The 48-bit versions are more winning for Emacs; + the ordinary ones don't give even 32 bits. */ +#define random lrand48 +#define srandom srand48 /* In hpux, the symbol SIGIO is defined, but the feature doesn't work in the way Emacs needs it to.