]> git.eshelyaron.com Git - emacs.git/commitdiff
(perror_1, fatal_error): Don't compile unless needed.
authorKarl Heuer <kwzh@gnu.org>
Mon, 22 Feb 1999 20:51:02 +0000 (20:51 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 22 Feb 1999 20:51:02 +0000 (20:51 +0000)
lib-src/emacsserver.c

index b25b58f38aa8d69640fa8c8aa87bc9a0b587eb0b..fa3c3403655c066613bc4d6cd25edcfe5138c6f6 100644 (file)
@@ -569,7 +569,6 @@ main ()
 
 #endif /* HAVE_SYSVIPC */
 
-#endif /* HAVE_SOCKETS or HAVE_SYSVIPC */
 \f
 /* 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 */