Changes between Version 19 and Version 20 of CallingConventionsOverview

Show
Ignore:
Timestamp:
10/04/09 21:10:29 (12 years ago)
Author:
allison
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CallingConventionsOverview

    v19 v20  
    130130- miniparrot fails to compile if an installed parrot is not already present, because it has -lparrot in the compile options 
    131131 
     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 
    132134== Argument Processing Algorithms == 
    133135