Mercurial > emacs
comparison src/unexelf.c @ 14593:52c43dd2a83b
Use <config.h>, not "config.h".
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 18 Feb 1996 05:22:20 +0000 |
parents | 9cacb2dd365c |
children | e98682eae98b |
comparison
equal
deleted
inserted
replaced
14592:0f4d4f599de2 | 14593:52c43dd2a83b |
---|---|
424 #include <sys/mman.h> | 424 #include <sys/mman.h> |
425 | 425 |
426 #ifndef emacs | 426 #ifndef emacs |
427 #define fatal(a, b, c) fprintf (stderr, a, b, c), exit (1) | 427 #define fatal(a, b, c) fprintf (stderr, a, b, c), exit (1) |
428 #else | 428 #else |
429 #include "config.h" | 429 #include <config.h> |
430 extern void fatal (char *, ...); | 430 extern void fatal (char *, ...); |
431 #endif | 431 #endif |
432 | 432 |
433 #ifndef ELF_BSS_SECTION_NAME | 433 #ifndef ELF_BSS_SECTION_NAME |
434 #define ELF_BSS_SECTION_NAME ".bss" | 434 #define ELF_BSS_SECTION_NAME ".bss" |