diff options
| author | Richard M. Stallman | 2001-12-07 03:38:24 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-12-07 03:38:24 +0000 |
| commit | 3d82370938bcc5de92d6aaaaff637836ecbf39e2 (patch) | |
| tree | 400f5bf43bc5d47b136342dc7d6c185c76331a90 /src | |
| parent | c3f9a06ab999435ee7ef049803614c4c03e55656 (diff) | |
| download | emacs-3d82370938bcc5de92d6aaaaff637836ecbf39e2.tar.gz emacs-3d82370938bcc5de92d6aaaaff637836ecbf39e2.zip | |
(random): Add undef.
(HAVE_RANDOM): Define it just once.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/hpux10.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/s/hpux10.h b/src/s/hpux10.h index bc236d06ec6..4a26f3d3ffe 100644 --- a/src/s/hpux10.h +++ b/src/s/hpux10.h | |||
| @@ -8,9 +8,10 @@ | |||
| 8 | tries to redeclare what was once srandom to be srand48. So we go | 8 | tries to redeclare what was once srandom to be srand48. So we go |
| 9 | with HAVE_LRAND48 being defined. */ | 9 | with HAVE_LRAND48 being defined. */ |
| 10 | #undef srandom | 10 | #undef srandom |
| 11 | #undef random | ||
| 11 | #undef srand48 | 12 | #undef srand48 |
| 12 | #undef HAVE_RANDOM | 13 | #undef HAVE_RANDOM |
| 13 | #define HPUX10 | 14 | |
| 14 | #define FORCE_ALLOCA_H | 15 | #define FORCE_ALLOCA_H |
| 15 | 16 | ||
| 16 | /* AlainF 20-Jul-1996 says this is right. */ | 17 | /* AlainF 20-Jul-1996 says this is right. */ |