summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-05-26 18:38:33 +0000
committerRichard M. Stallman <rms@gnu.org>1993-05-26 18:38:33 +0000
commitdf9b3ca24f6a8444dd828c8ead2cc2f4be692113 (patch)
tree018de3e7ff72b98ec27e7167a0b156836e5119cc
parent50d202b1bf57ea005451cb3da8c778afa1aa786e (diff)
downloademacs-df9b3ca24f6a8444dd828c8ead2cc2f4be692113.tar.gz
(rand, srand): Definitions deleted.
-rw-r--r--src/s/hpux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/hpux.h b/src/s/hpux.h
index a47592d0768..0ddad87e53e 100644
--- a/src/s/hpux.h
+++ b/src/s/hpux.h
@@ -193,10 +193,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* 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.