mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-23 13:02:00 -08:00
(random): Undefine.
(srand48): Don't undefine.
This commit is contained in:
parent
421ae6e8c5
commit
cd2ac9f06e
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2001-12-09 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* s/hpux10.h (random): Undefine.
|
||||
(srand48): Don't undefine.
|
||||
|
||||
2001-12-09 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* xdisp.c (display_mode_element): Don't read past end of string if
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue