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