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:
parent
c3f9a06ab9
commit
3d82370938
1 changed files with 2 additions and 1 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue