* unexaix.c, unexcoff.c: Include "mem-limits.h".

(start_of_data): Remove decl; mem-limits.h provides it.
This commit is contained in:
Paul Eggert 2012-08-19 13:02:24 -07:00
parent 32bd425074
commit 22d7feb28c
3 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,8 @@
2012-08-19 Paul Eggert <eggert@cs.ucla.edu>
* unexaix.c, unexcoff.c: Include "mem-limits.h".
(start_of_data): Remove decl; mem-limits.h provides it.
* xdisp.c (handle_invisible_prop): Make it a bit faster
and avoid a gcc -Wmaybe-uninitialized diagnostic.

View file

@ -56,8 +56,9 @@ what you give them. Help stamp out software-hoarding! */
#include <unistd.h>
#include <fcntl.h>
#include "mem-limits.h"
char *start_of_text (void); /* Start of text */
extern char *start_of_data (void); /* Start of initialized data */
extern int _data;
extern int _text;

View file

@ -98,7 +98,7 @@ struct aouthdr
#include <sys/file.h>
extern char *start_of_data (void); /* Start of initialized data */
#include "mem-limits.h"
static long block_copy_start; /* Old executable start point */
static struct filehdr f_hdr; /* File header */