diff options
author | davygrvy <davygrvy@pobox.com> | 2003-08-27 07:00:14 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2003-08-27 07:00:14 (GMT) |
commit | 263dffb9a8b33fe58a55b0c6c606c88b4d880131 (patch) | |
tree | 95e1a3a664431c5c258e30ee494ddb48369cb786 | |
parent | c69e2956cfae9eb0ecd07c698fbd964e5b19d8c6 (diff) | |
download | tcl-263dffb9a8b33fe58a55b0c6c606c88b4d880131.zip tcl-263dffb9a8b33fe58a55b0c6c606c88b4d880131.tar.gz tcl-263dffb9a8b33fe58a55b0c6c606c88b4d880131.tar.bz2 |
no message
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,7 +2,9 @@ * generic/tcl.h: Added some support for the LCC-Win32 compiler. Unfortunetly, this compiler has a bug in its preprocessor and - can't build Tcl even with this minor patch. + can't build Tcl even with this minor patch. Also added some + support for the OpenWatcom compiler. A new win/makefile.wc to + follow soon. 2003-08-25 Donal K. Fellows <fellowsd@cs.man.ac.uk> |