diff options
author | Karl Heuer <kwzh@gnu.org> | 1999-02-22 20:51:02 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1999-02-22 20:51:02 +0000 |
commit | bbe73f056f972057bd3241e59f3dc8cec9e31516 (patch) | |
tree | e79b9edaed4e00455eb6440743fd931e1e6d1423 /lib-src/emacsserver.c | |
parent | 06e3b626d8bc871fafe5760abd3bc394923f65ab (diff) | |
download | emacs-bbe73f056f972057bd3241e59f3dc8cec9e31516.tar.gz |
(perror_1, fatal_error): Don't compile unless needed.
Diffstat (limited to 'lib-src/emacsserver.c')
-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 () #endif /* HAVE_SYSVIPC */ -#endif /* HAVE_SOCKETS or HAVE_SYSVIPC */ /* This is like perror but puts `Error: ' at the beginning. */ @@ -594,3 +593,4 @@ fatal_error (string) fprintf (stderr, string); exit (1); } +#endif /* HAVE_SOCKETS or HAVE_SYSVIPC */ |