Changes in src/Parser/DeclarationNode.cc [f14d956:6926a6d]
- File:
-
- 1 edited
-
src/Parser/DeclarationNode.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/DeclarationNode.cc
rf14d956 r6926a6d 10 10 // Created On : Sat May 16 12:34:05 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Apr 20 22:37:20 201813 // Update Count : 106 312 // Last Modified On : Thu Apr 26 13:45:10 2018 13 // Update Count : 1064 14 14 // 15 15 … … 783 783 DeclarationNode * DeclarationNode::addPointer( DeclarationNode * p ) { 784 784 if ( p ) { 785 assert( p->type->kind == TypeData::Pointer || TypeData::Reference );785 assert( p->type->kind == TypeData::Pointer || p->type->kind == TypeData::Reference ); 786 786 setBase( p->type ); 787 787 p->type = nullptr;
Note:
See TracChangeset
for help on using the changeset viewer.