Changeset 0bd46fd for src/GenPoly
- Timestamp:
- Sep 21, 2022, 10:52:51 AM (3 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation
- Children:
- 7f6a7c9, e01eb4a
- Parents:
- 20737104
- File:
-
- 1 edited
-
src/GenPoly/ScrubTyVars.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/ScrubTyVars.cc
r20737104 r0bd46fd 201 201 202 202 switch ( typeVar->second.kind ) { 203 case ast::TypeDecl::Dtype:204 case ast::TypeDecl::Ttype:203 case ::TypeDecl::Dtype: 204 case ::TypeDecl::Ttype: 205 205 return new ast::PointerType( 206 206 new ast::VoidType( type->qualifiers ) ); 207 case ast::TypeDecl::Ftype:207 case ::TypeDecl::Ftype: 208 208 return new ast::PointerType( 209 209 new ast::FunctionType( ast::VariableArgs ) );
Note:
See TracChangeset
for help on using the changeset viewer.