From: Karl Heuer Date: Mon, 22 Feb 1999 20:51:02 +0000 (+0000) Subject: (perror_1, fatal_error): Don't compile unless needed. X-Git-Tag: emacs-20.4~567 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bbe73f056f972057bd3241e59f3dc8cec9e31516;p=emacs.git (perror_1, fatal_error): Don't compile unless needed. --- 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 */