comparison src/s/hpux10.h @ 41909:59c24fd13803

(srand48): Don't undefine.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 09 Dec 2001 16:49:49 +0000
parents 792538769b27
children 3e86025ff134
comparison
equal deleted inserted replaced
41908:4d8905b9ee49 41909:59c24fd13803
7 declarations, which yields a conflicting definition of srand48; it 7 declarations, which yields a conflicting definition of srand48; it
8 tries to redeclare what was once srandom to be srand48. So we go 8 tries to redeclare what was once srandom to be srand48. So we go
9 with HAVE_LRAND48 being defined. */ 9 with HAVE_LRAND48 being defined. */
10 #undef srandom 10 #undef srandom
11 #undef random 11 #undef random
12 #undef srand48
13 #undef HAVE_RANDOM 12 #undef HAVE_RANDOM
14 13
15 #define FORCE_ALLOCA_H 14 #define FORCE_ALLOCA_H
16 15
17 /* AlainF 20-Jul-1996 says this is right. */ 16 /* AlainF 20-Jul-1996 says this is right. */