Fred L. Drake, Jr.
|
cc454566be
|
Fix FASTCALL for GCC on Solaris (SF bug #692878).
This file is becoming a liability.
|
2003-03-12 23:02:11 +00:00 |
|
Karl Waclawek
|
5ca83cc911
|
Changed calling convention macros to differentiate between
different types of function calls - see comments in internal.h.
|
2002-09-20 03:42:43 +00:00 |
|
Fred L. Drake, Jr.
|
d784ead9cb
|
A last-minute report suggests a problem with this using at least some
versions of egcs, so disable FASTCALL for GCC as well. We are now not using
this for any platform. ;-(
|
2002-09-06 21:49:57 +00:00 |
|
Fred L. Drake, Jr.
|
9bd525992b
|
Disable FASTCALL on Windows since it turned out not to be as effective
as hoped. Leaving the definition in the file so we'll know what it
was that didn't work, and hopefully find something better in the
future.
|
2002-09-06 21:29:46 +00:00 |
|
Fred L. Drake, Jr.
|
ca524b2c69
|
Added new header for common internal definitions. These are all performance-
related at the moment.
|
2002-09-05 01:56:29 +00:00 |
|