From: Eli Zaretskii Date: Sun, 9 Dec 2001 16:45:01 +0000 (+0000) Subject: (random): Undefine. X-Git-Tag: emacs-21.2~242 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cd2ac9f06ee8464caadadfadee7c3587d097f63a;p=emacs.git (random): Undefine. (srand48): Don't undefine. --- diff --git a/src/ChangeLog b/src/ChangeLog index cfa1c2ac5fa..475d3af5cae 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2001-12-09 Eli Zaretskii + + * s/hpux10.h (random): Undefine. + (srand48): Don't undefine. + 2001-12-09 Andreas Schwab * xdisp.c (display_mode_element): Don't read past end of string if diff --git a/src/s/hpux10.h b/src/s/hpux10.h index bc236d06ec6..636fb9ffb6b 100644 --- a/src/s/hpux10.h +++ b/src/s/hpux10.h @@ -8,7 +8,7 @@ tries to redeclare what was once srandom to be srand48. So we go with HAVE_LRAND48 being defined. */ #undef srandom -#undef srand48 +#undef random #undef HAVE_RANDOM #define HPUX10 #define FORCE_ALLOCA_H