diff options
| author | Karl Heuer | 1996-07-19 19:39:09 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-07-19 19:39:09 +0000 |
| commit | c0f8e3a9e7abdb0c8e04421910852778e230041b (patch) | |
| tree | bd2a1ca4c8065695c097f7bea6064382bdf2b837 /src | |
| parent | e2c8506ca0044dfdb0a5f4526934bd072863eca0 (diff) | |
| download | emacs-c0f8e3a9e7abdb0c8e04421910852778e230041b.tar.gz emacs-c0f8e3a9e7abdb0c8e04421910852778e230041b.zip | |
(SA_RESTART): Add #undef.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/irix6-0.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/irix6-0.h b/src/s/irix6-0.h index d6ec5a2b744..69f4d6ea78e 100644 --- a/src/s/irix6-0.h +++ b/src/s/irix6-0.h | |||
| @@ -14,3 +14,5 @@ | |||
| 14 | #ifndef THIS_IS_MAKEFILE | 14 | #ifndef THIS_IS_MAKEFILE |
| 15 | #undef C_SWITCH_SYSTEM | 15 | #undef C_SWITCH_SYSTEM |
| 16 | #endif | 16 | #endif |
| 17 | |||
| 18 | #undef SA_RESTART | ||