diff options
| author | Eli Zaretskii | 2001-12-09 16:52:20 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-12-09 16:52:20 +0000 |
| commit | d9e6c4b1bffba3a0e6cc6d38078dacecd6164dba (patch) | |
| tree | 6150f770686f3368c4b479a120b26fc7c8bc2664 /src | |
| parent | d1fffd1db877af2266bf064b101c3b0cf1ccebc2 (diff) | |
| download | emacs-d9e6c4b1bffba3a0e6cc6d38078dacecd6164dba.tar.gz emacs-d9e6c4b1bffba3a0e6cc6d38078dacecd6164dba.zip | |
(srand48): Don't undefine.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/s/hpux10.h | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 93cd82035de..23b1c6f4dff 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-12-09 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * s/hpux10.h (srand48): Don't undefine. | ||
| 4 | |||
| 1 | 2001-12-09 Jason Rumney <jasonr@gnu.org> | 5 | 2001-12-09 Jason Rumney <jasonr@gnu.org> |
| 2 | 6 | ||
| 3 | * w32menu.c (_widget_value): Make `help' field a Lisp_Object. Add | 7 | * w32menu.c (_widget_value): Make `help' field a Lisp_Object. Add |
diff --git a/src/s/hpux10.h b/src/s/hpux10.h index 4a26f3d3ffe..99aaf004652 100644 --- a/src/s/hpux10.h +++ b/src/s/hpux10.h | |||
| @@ -9,7 +9,6 @@ | |||
| 9 | with HAVE_LRAND48 being defined. */ | 9 | with HAVE_LRAND48 being defined. */ |
| 10 | #undef srandom | 10 | #undef srandom |
| 11 | #undef random | 11 | #undef random |
| 12 | #undef srand48 | ||
| 13 | #undef HAVE_RANDOM | 12 | #undef HAVE_RANDOM |
| 14 | 13 | ||
| 15 | #define FORCE_ALLOCA_H | 14 | #define FORCE_ALLOCA_H |