]> 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 06:26:45 +0000 (09:26 +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 3ff7000742e92cdfa1df62c43c646eeb5ae1029e..6e772de709b63846e76782ac1da12e67bc9a70da 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.
 
@@ -86,7 +86,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