diff src/s/hpux.h @ 3126:71558659b4de

(rand, srand): Definitions deleted.
author Richard M. Stallman <rms@gnu.org>
date Wed, 26 May 1993 18:38:33 +0000
parents 12f77fc97b48
children 7930bf123cb7
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.