mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-20 18:17:20 +00:00
*** empty log message ***
This commit is contained in:
parent
1405e9d029
commit
34e39c9542
@ -1,3 +1,7 @@
|
||||
2001-12-11 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* Makefile.in (clean): Don't delete ../etc/DOC*.
|
||||
|
||||
2001-12-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
|
||||
|
||||
* COPYING: Moved back.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-12-11 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
|
||||
* process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
|
||||
|
||||
2001-12-11 Andrew Innes <andrewi@gnu.org>
|
||||
|
||||
* insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
|
||||
|
@ -288,7 +288,7 @@ static EXEC_HDR_TYPE hdr, ohdr;
|
||||
|
||||
#else /* not HPUX */
|
||||
|
||||
#if defined (USG) && !defined (IBMAIX) && !defined (IRIS) && !defined (COFF_ENCAPSULATE) && !defined (LINUX)
|
||||
#if defined (USG) && !defined (IBMAIX) && !defined (IRIS) && !defined (COFF_ENCAPSULATE) && !defined (GNU_LINUX)
|
||||
static struct bhdr hdr, ohdr;
|
||||
#define a_magic fmagic
|
||||
#define a_text tsize
|
||||
|
Loading…
Reference in New Issue
Block a user