diff options
| author | Karl Heuer | 1999-02-22 20:51:02 +0000 |
|---|---|---|
| committer | Karl Heuer | 1999-02-22 20:51:02 +0000 |
| commit | bbe73f056f972057bd3241e59f3dc8cec9e31516 (patch) | |
| tree | e79b9edaed4e00455eb6440743fd931e1e6d1423 /lib-src | |
| parent | 06e3b626d8bc871fafe5760abd3bc394923f65ab (diff) | |
| download | emacs-bbe73f056f972057bd3241e59f3dc8cec9e31516.tar.gz emacs-bbe73f056f972057bd3241e59f3dc8cec9e31516.zip | |
(perror_1, fatal_error): Don't compile unless needed.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/emacsserver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/emacsserver.c b/lib-src/emacsserver.c index b25b58f38aa..fa3c3403655 100644 --- a/lib-src/emacsserver.c +++ b/lib-src/emacsserver.c | |||
| @@ -569,7 +569,6 @@ main () | |||
| 569 | 569 | ||
| 570 | #endif /* HAVE_SYSVIPC */ | 570 | #endif /* HAVE_SYSVIPC */ |
| 571 | 571 | ||
| 572 | #endif /* HAVE_SOCKETS or HAVE_SYSVIPC */ | ||
| 573 | 572 | ||
| 574 | /* This is like perror but puts `Error: ' at the beginning. */ | 573 | /* This is like perror but puts `Error: ' at the beginning. */ |
| 575 | 574 | ||
| @@ -594,3 +593,4 @@ fatal_error (string) | |||
| 594 | fprintf (stderr, string); | 593 | fprintf (stderr, string); |
| 595 | exit (1); | 594 | exit (1); |
| 596 | } | 595 | } |
| 596 | #endif /* HAVE_SOCKETS or HAVE_SYSVIPC */ | ||