From bbe73f056f972057bd3241e59f3dc8cec9e31516 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 22 Feb 1999 20:51:02 +0000 Subject: [PATCH] (perror_1, fatal_error): Don't compile unless needed. --- lib-src/emacsserver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.2