From: Eli Zaretskii Date: Thu, 1 Apr 2010 15:29:04 +0000 (+0300) Subject: Remove support for DJGPP v1.x (bug#5813). X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~607^2~4 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=796bb9364a5244a089769f4c92daab1835b618c7;p=emacs.git Remove support for DJGPP v1.x (bug#5813). CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used. --- diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES index caf05a88ce5..3d942b375e5 100644 --- a/admin/CPP-DEFINES +++ b/admin/CPP-DEFINES @@ -7,9 +7,7 @@ CYGWIN Compiling the Cygwin port. __CYGWIN__ Ditto MSDOS Compiling the MS-DOS port. __MSDOS__ Ditto. -__DJGPP__ Major version number of the DJGPP library for the DOS port. -__DJGPP_MINOR__ Minor version number of the DJGPP library. -__GO32__ Compiling the DOS port with DJGPP v1.x (obsolete). +__DJGPP_MINOR__ Minor version number of the DJGPP library; used only in msdos.c and dosfns.c. DOS_NT Compiling for either the MS-DOS or native MS-Windows port. WINDOWSNT Compiling the native MS-Windows (W32) port. __MINGW32__ Compiling the W32 port with the MinGW port of GCC. diff --git a/admin/ChangeLog b/admin/ChangeLog index 90ba61f7850..f39b26de7f3 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -1,3 +1,7 @@ +2010-04-01 Eli Zaretskii + + * CPP-DEFINES (__DJGPP__, __GO32__): Remove, o longer used. + 2010-03-10 Chong Yidong * Branch for 23.2.