1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 11:50:51 -08:00

(random): Add undef.

(HAVE_RANDOM): Define it just once.
This commit is contained in:
Richard M. Stallman 2001-12-07 03:38:24 +00:00
parent c3f9a06ab9
commit 3d82370938

View 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. */