diff options
author | davygrvy <davygrvy@pobox.com> | 2001-09-05 04:32:43 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2001-09-05 04:32:43 (GMT) |
commit | 5f87c32b058b894079bced19ec4c68f39bd7624c (patch) | |
tree | 149b1c3c768838183bb322b5b339635756a1d62d /ChangeLog | |
parent | 0ab5a9eadd4a1d303e6f1c410921c09b744c1a29 (diff) | |
download | tcl-5f87c32b058b894079bced19ec4c68f39bd7624c.zip tcl-5f87c32b058b894079bced19ec4c68f39bd7624c.tar.gz tcl-5f87c32b058b894079bced19ec4c68f39bd7624c.tar.bz2 |
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -10,6 +10,18 @@ ClientData was properly typed as a void* and TCHAR would not be defined twice. + * generic/tcl.h: Removed a small mistake from before. Changes to + the EXTERN macro for proper Borland compatibility will have to see + a TIP. What's this with the MS compiler: + + __declspec(dllexport) int func (int a, int b); + + will have to be this with Borland: + + int __cdecl __export func (int a, int b); + + The order of the attribute needs to be after the return type. + 2001-09-04 Don Porter <dgp@users.sourceforge.net> * compat/strtod.c (strtod): Fixed failure to handle expressions |