# HG changeset patch # User Richard M. Stallman # Date 773022542 0 # Node ID f18272ebe3e65fce6f907466d39e0768569f022d # Parent 355f353f7c74259df1805ef6c52cdb0720c2e5b3 (random, srandom): Defined. diff -r 355f353f7c74 -r f18272ebe3e6 src/s/hpux.h --- 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.