emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99802: Remove support for DJGPP v1.x


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99802: Remove support for DJGPP v1.x (bug#5813).
Date: Thu, 01 Apr 2010 18:29:04 +0300
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99802
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Thu 2010-04-01 18:29:04 +0300
message:
  Remove support for DJGPP v1.x (bug#5813).
  
   CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
modified:
  admin/CPP-DEFINES
  admin/ChangeLog
=== modified file 'admin/CPP-DEFINES'
--- a/admin/CPP-DEFINES 2010-03-30 02:47:23 +0000
+++ b/admin/CPP-DEFINES 2010-04-01 15:29:04 +0000
@@ -7,9 +7,7 @@
 __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.

=== modified file 'admin/ChangeLog'
--- a/admin/ChangeLog   2010-03-10 15:17:13 +0000
+++ b/admin/ChangeLog   2010-04-01 15:29:04 +0000
@@ -1,3 +1,7 @@
+2010-04-01  Eli Zaretskii  <address@hidden>
+
+       * CPP-DEFINES (__DJGPP__, __GO32__): Remove, o longer used.
+
 2010-03-10  Chong Yidong  <address@hidden>
 
        * Branch for 23.2.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]