aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorKarl Heuer1999-02-22 20:51:02 +0000
committerKarl Heuer1999-02-22 20:51:02 +0000
commitbbe73f056f972057bd3241e59f3dc8cec9e31516 (patch)
treee79b9edaed4e00455eb6440743fd931e1e6d1423 /lib-src
parent06e3b626d8bc871fafe5760abd3bc394923f65ab (diff)
downloademacs-bbe73f056f972057bd3241e59f3dc8cec9e31516.tar.gz
emacs-bbe73f056f972057bd3241e59f3dc8cec9e31516.zip
(perror_1, fatal_error): Don't compile unless needed.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/emacsserver.c2
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 ()
569 569
570#endif /* HAVE_SYSVIPC */ 570#endif /* HAVE_SYSVIPC */
571 571
572#endif /* HAVE_SOCKETS or HAVE_SYSVIPC */
573 572
574/* This is like perror but puts `Error: ' at the beginning. */ 573/* This is like perror but puts `Error: ' at the beginning. */
575 574
@@ -594,3 +593,4 @@ fatal_error (string)
594 fprintf (stderr, string); 593 fprintf (stderr, string);
595 exit (1); 594 exit (1);
596} 595}
596#endif /* HAVE_SOCKETS or HAVE_SYSVIPC */