From: Richard M. Stallman Date: Fri, 7 Dec 2001 03:38:24 +0000 (+0000) Subject: (random): Add undef. X-Git-Tag: ttn-vms-21-2-B4~17878 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3d82370938bcc5de92d6aaaaff637836ecbf39e2;p=emacs.git (random): Add undef. (HAVE_RANDOM): Define it just once. --- diff --git a/src/s/hpux10.h b/src/s/hpux10.h index bc236d06ec6..4a26f3d3ffe 100644 --- a/src/s/hpux10.h +++ b/src/s/hpux10.h @@ -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. */