Changes in src/Parser/DeclarationNode.cc [c3396e0:a7c90d4]
- File:
-
- 1 edited
-
src/Parser/DeclarationNode.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/DeclarationNode.cc
rc3396e0 ra7c90d4 10 10 // Created On : Sat May 16 12:34:05 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Mar 7 17:28:56201713 // Update Count : 93 712 // Last Modified On : Tue Mar 7 08:02:09 2017 13 // Update Count : 936 14 14 // 15 15 … … 359 359 DeclarationNode * newnode = new DeclarationNode; 360 360 newnode->type = new TypeData( TypeData::Pointer ); 361 if ( qualifiers ) { 362 return newnode->addQualifiers( qualifiers ); 363 } else { 364 return newnode; 365 } // if 361 return newnode->addQualifiers( qualifiers ); 366 362 } // DeclarationNode::newPointer 367 363
Note:
See TracChangeset
for help on using the changeset viewer.