changeset 41850:792538769b27

(random): Add undef. (HAVE_RANDOM): Define it just once.
author Richard M. Stallman <rms@gnu.org>
date Fri, 07 Dec 2001 03:38:24 +0000
parents 82810216f9a4
children 666875256d75
files src/s/hpux10.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/hpux10.h	Fri Dec 07 03:34:59 2001 +0000
+++ b/src/s/hpux10.h	Fri Dec 07 03:38:24 2001 +0000
@@ -8,9 +8,10 @@
    tries to redeclare what was once srandom to be srand48.  So we go
    with HAVE_LRAND48 being defined.  */
 #undef srandom
+#undef random
 #undef srand48
 #undef HAVE_RANDOM
-#define HPUX10
+
 #define FORCE_ALLOCA_H
 
 /* AlainF 20-Jul-1996 says this is right.  */