diff options
author | davygrvy <davygrvy@pobox.com> | 2001-09-05 04:32:11 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2001-09-05 04:32:11 (GMT) |
commit | 0ab5a9eadd4a1d303e6f1c410921c09b744c1a29 (patch) | |
tree | e20f93d7195d722c9b8740d2692973c016e4b4fa /tests | |
parent | 8e5f88457a32df90908c73840edac61388de3bcd (diff) | |
download | tcl-0ab5a9eadd4a1d303e6f1c410921c09b744c1a29.zip tcl-0ab5a9eadd4a1d303e6f1c410921c09b744c1a29.tar.gz tcl-0ab5a9eadd4a1d303e6f1c410921c09b744c1a29.tar.bz2 |
* 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.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions