From: Dan Nicolaescu Date: Sat, 10 Apr 2010 20:38:48 +0000 (-0700) Subject: * s/msdos.h (UNEXEC): New definition. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~546 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=88df72219493950b0963304079caf8c9eb04676d;p=emacs.git * s/msdos.h (UNEXEC): New definition. --- diff --git a/src/ChangeLog b/src/ChangeLog index c7ea82af2a8..c4d1b983a61 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-04-10 Dan Nicolaescu + + * s/msdos.h (UNEXEC): New definition. + 2010-04-10 YAMAMOTO Mitsuharu * dispextern.h (TRY_WINDOW_CHECK_MARGINS) diff --git a/src/s/msdos.h b/src/s/msdos.h index 15c3c5b1452..115ec05b0a4 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h @@ -172,5 +172,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ #define NO_REMAP +#define UNEXEC unexec.o + /* arch-tag: d184f860-815d-4ff4-8187-d05c0f3c37d0 (do not change this comment) */