diff options
| author | Richard M. Stallman | 2002-08-07 14:32:09 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-08-07 14:32:09 +0000 |
| commit | 3622bdf9a42bcfd6d09418fcdfa2695e75f65269 (patch) | |
| tree | 238f171fe65af97bb52606d365916cfc591719ec /src/s | |
| parent | 76b3cecfd005b50fd988731f0d835527f0daba5b (diff) | |
| download | emacs-3622bdf9a42bcfd6d09418fcdfa2695e75f65269.tar.gz emacs-3622bdf9a42bcfd6d09418fcdfa2695e75f65269.zip | |
(C_SWITCH_SYSTEM): #undef it.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/hpux10.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/hpux10.h b/src/s/hpux10.h index 99aaf004652..dc9caf6e002 100644 --- a/src/s/hpux10.h +++ b/src/s/hpux10.h | |||
| @@ -52,3 +52,6 @@ | |||
| 52 | on HP-UX. (You get duplicate symbol errors on linking). */ | 52 | on HP-UX. (You get duplicate symbol errors on linking). */ |
| 53 | 53 | ||
| 54 | #undef _FILE_OFFSET_BITS | 54 | #undef _FILE_OFFSET_BITS |
| 55 | |||
| 56 | /* Don't define _BSD */ | ||
| 57 | #undef C_SWITCH_SYSTEM | ||