diff lib-src/emacsserver.c @ 24382:740c8322ca39

(perror_1, fatal_error): Don't compile unless needed.
author Karl Heuer <kwzh@gnu.org>
date Mon, 22 Feb 1999 20:51:02 +0000
parents 33b162fe4507
children 89be69860eeb
line wrap: on
line diff
--- a/lib-src/emacsserver.c	Mon Feb 22 16:01:30 1999 +0000
+++ b/lib-src/emacsserver.c	Mon Feb 22 20:51:02 1999 +0000
@@ -569,7 +569,6 @@
 
 #endif /* HAVE_SYSVIPC */
 
-#endif /* HAVE_SOCKETS or HAVE_SYSVIPC */
 
 /* This is like perror but puts `Error: ' at the beginning.  */
 
@@ -594,3 +593,4 @@
   fprintf (stderr, string);
   exit (1);
 }
+#endif /* HAVE_SOCKETS or HAVE_SYSVIPC */