]> granicus.if.org Git - gc/commitdiff
Fix Borland version in documentation to match that in BCC_MAKEFILE
authorIvan Maidanski <ivmai@mail.ru>
Thu, 12 Jul 2018 06:26:45 +0000 (09:26 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 12 Jul 2018 08:50:43 +0000 (11:50 +0300)
* doc/README.win32: Rename "Borland 4.5" to "Borland C++ Builder".
* doc/README.win32 (Borland Tools): Change version from 4.5 to 5.5.

doc/README.win32

index 234f866a0fb14ed9673b9b8fda66cc1cab50278d..7781df9c96e234f28a2563ffbf3fb079aea33021 100644 (file)
@@ -1,6 +1,6 @@
 The collector has at various times been compiled under Windows 95 & later, NT,
 and XP, with the original Microsoft SDK, with Visual C++ 2.0, 4.0, and 6, with
-the GNU win32 tools, with Borland 4.5,  with Watcom C, and recently
+the GNU win32 tools, with Borland C++ Builder, with Watcom C, and
 with the Digital Mars compiler.  It is likely that some of these have been
 broken in the meantime.  Patches are appreciated.
 
@@ -93,7 +93,7 @@ I expect that -a1 introduces major performance penalties on a
 486 or Pentium.)  Note that this changes structure layouts.  (As a last
 resort, gcconfig.h can be changed to allow 1 byte alignment.  But
 this has significant negative performance implications.)
-The Makefile is set up to assume Borland 4.5.  If you have another
+The Makefile is set up to assume Borland 5.5.  If you have another
 version, change the line near the top.
 
 Digital Mars compiler