Changes in src/Parser/ParseNode.h [67cf18c:6eb4398]
- File:
-
- 1 edited
-
src/Parser/ParseNode.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/ParseNode.h
r67cf18c r6eb4398 274 274 DeclarationNode * addIdList( DeclarationNode * list ); // old-style functions 275 275 DeclarationNode * addInitializer( InitializerNode * init ); 276 DeclarationNode * addTypeInitializer( DeclarationNode * init );277 276 278 277 DeclarationNode * cloneType( std::string * newName ); … … 302 301 DeclarationNode::TypeClass tyClass; 303 302 DeclarationNode * assertions; 304 DeclarationNode * initializer;305 303 }; 306 304 Variable_t variable;
Note:
See TracChangeset
for help on using the changeset viewer.