Changes between Version 19 and Version 20 of CallingConventionsOverview
- Timestamp:
- 10/04/09 21:10:29 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CallingConventionsOverview
v19 v20 130 130 - miniparrot fails to compile if an installed parrot is not already present, because it has -lparrot in the compile options 131 131 132 - Make sure the API and documentation consistently uses "args" and "returns" to mean "the things passed into the call or return" and "params" and "results" to mean "the things extracted from the call or return". 133 132 134 == Argument Processing Algorithms == 133 135