Changes in src/SymTab/FixFunction.cc [4040425:d3b7937]
- File:
-
- 1 edited
-
src/SymTab/FixFunction.cc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/FixFunction.cc
r4040425 rd3b7937 10 10 // Created On : Sun May 17 16:19:49 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Mar 2 17:31:10 201613 // Update Count : 312 // Last Modified On : Sun May 17 16:22:54 2015 13 // Update Count : 2 14 14 // 15 15 … … 61 61 } 62 62 63 Type * FixFunction::mutate( TraitInstType *aggregateUseType) {63 Type * FixFunction::mutate(ContextInstType *aggregateUseType) { 64 64 return aggregateUseType; 65 65 } … … 72 72 return tupleType; 73 73 } 74 75 Type * FixFunction::mutate(VarArgsType *varArgsType) {76 return varArgsType;77 }78 74 } // namespace SymTab 79 75
Note:
See TracChangeset
for help on using the changeset viewer.