Mercurial > emacs
changeset 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 | b3c0f3ad64d8 |
children | 9feaa3768697 |
files | lib-src/emacsserver.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 */