Mercurial > emacs
changeset 3126:71558659b4de
(rand, srand): Definitions deleted.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 26 May 1993 18:38:33 +0000 |
parents | 4f552542504b |
children | dfbada800489 |
files | src/s/hpux.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/hpux.h Wed May 26 18:38:11 1993 +0000 +++ b/src/s/hpux.h Wed May 26 18:38:33 1993 +0000 @@ -193,10 +193,12 @@ /* 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 /* In hpux, the symbol SIGIO is defined, but the feature doesn't work in the way Emacs needs it to.