Mercurial > hg > xemacs-beta
diff src/unexelf.c @ 274:ca9a9ec9c1c1 r21-0b35
Import from CVS: tag r21-0b35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:29:42 +0200 |
parents | c5d627a313b1 |
children | afd57c14dfc8 |
line wrap: on
line diff
--- a/src/unexelf.c Mon Aug 13 10:28:54 2007 +0200 +++ b/src/unexelf.c Mon Aug 13 10:29:42 2007 +0200 @@ -409,6 +409,13 @@ */ +#ifndef emacs +#define fatal(a, b, c) fprintf (stderr, a, b, c), exit (1) +#else +#include <config.h> +extern void fatal (CONST char *, ...); +#endif + #include <sys/types.h> #include <stdio.h> #include <sys/stat.h> @@ -432,13 +439,6 @@ # endif #endif -#ifndef emacs -#define fatal(a, b, c) fprintf (stderr, a, b, c), exit (1) -#else -#include <config.h> -extern void fatal (CONST char *, ...); -#endif - #ifndef ELF_BSS_SECTION_NAME #define ELF_BSS_SECTION_NAME ".bss" #endif