Changes in src/Parser/DeclarationNode.cc [93bbbc4:68b52b0]
- File:
-
- 1 edited
-
src/Parser/DeclarationNode.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/DeclarationNode.cc
r93bbbc4 r68b52b0 10 10 // Created On : Sat May 16 12:34:05 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Jul 14 17:36:57202113 // Update Count : 11 5412 // Last Modified On : Tue Mar 23 08:44:08 2021 13 // Update Count : 1149 14 14 // 15 15 … … 385 385 newnode->type = new TypeData( basetypeof ? TypeData::Basetypeof : TypeData::Typeof ); 386 386 newnode->type->typeexpr = expr; 387 return newnode;388 }389 390 DeclarationNode * DeclarationNode::newVtableType( DeclarationNode * decl ) {391 DeclarationNode * newnode = new DeclarationNode;392 newnode->type = new TypeData( TypeData::Vtable );393 newnode->setBase( decl->type );394 387 return newnode; 395 388 }
Note:
See TracChangeset
for help on using the changeset viewer.