Changes in src/GenPoly/ScrubTyVars.cc [d978ada:b8a4f47]
- File:
-
- 1 edited
-
src/GenPoly/ScrubTyVars.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/ScrubTyVars.cc
rd978ada rb8a4f47 50 50 delete typeInst; 51 51 return new PointerType( Type::Qualifiers(), new FunctionType( Type::Qualifiers(), true ) ); 52 default:53 assertf(false, "Unhandled tyvar kind: %d", tyVar->second.kind);54 52 } // switch 55 53 } // if
Note:
See TracChangeset
for help on using the changeset viewer.