diff options
| author | Richard M. Stallman | 2001-12-11 22:56:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-12-11 22:56:41 +0000 |
| commit | 34e39c95429da90b1576aea8acfba8abe1138050 (patch) | |
| tree | d7d0de2c63da94a160d9340d8b30401ff4fbdad9 /src | |
| parent | 1405e9d02988d7bb0bbf1f45569508a2d8780301 (diff) | |
| download | emacs-34e39c95429da90b1576aea8acfba8abe1138050.tar.gz emacs-34e39c95429da90b1576aea8acfba8abe1138050.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/unexec.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d20e0eea92a..2dceefd631e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-12-11 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c: | ||
| 4 | * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX. | ||
| 5 | |||
| 1 | 2001-12-11 Andrew Innes <andrewi@gnu.org> | 6 | 2001-12-11 Andrew Innes <andrewi@gnu.org> |
| 2 | 7 | ||
| 3 | * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if | 8 | * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if |
diff --git a/src/unexec.c b/src/unexec.c index 7c51f705c6f..82427568595 100644 --- a/src/unexec.c +++ b/src/unexec.c | |||
| @@ -288,7 +288,7 @@ static EXEC_HDR_TYPE hdr, ohdr; | |||
| 288 | 288 | ||
| 289 | #else /* not HPUX */ | 289 | #else /* not HPUX */ |
| 290 | 290 | ||
| 291 | #if defined (USG) && !defined (IBMAIX) && !defined (IRIS) && !defined (COFF_ENCAPSULATE) && !defined (LINUX) | 291 | #if defined (USG) && !defined (IBMAIX) && !defined (IRIS) && !defined (COFF_ENCAPSULATE) && !defined (GNU_LINUX) |
| 292 | static struct bhdr hdr, ohdr; | 292 | static struct bhdr hdr, ohdr; |
| 293 | #define a_magic fmagic | 293 | #define a_magic fmagic |
| 294 | #define a_text tsize | 294 | #define a_text tsize |