]> git.eshelyaron.com Git - emacs.git/commitdiff
(random): Add undef.
authorRichard M. Stallman <rms@gnu.org>
Fri, 7 Dec 2001 03:38:24 +0000 (03:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 7 Dec 2001 03:38:24 +0000 (03:38 +0000)
(HAVE_RANDOM): Define it just once.

src/s/hpux10.h

index bc236d06ec603875858eb036cb8f32b7f37844dc..4a26f3d3ffe2606f9bc9564d6c9d1399b3c87905 100644 (file)
@@ -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.  */