Changeset 7a5d773 for src/Parser/DeclarationNode.cc
- Timestamp:
- Aug 18, 2016, 10:08:51 AM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 7ecbb7e
- Parents:
- 6643e72 (diff), 3b8e52c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/Parser/DeclarationNode.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/DeclarationNode.cc
r6643e72 r7a5d773 10 10 // Created On : Sat May 16 12:34:05 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Aug 16 18:00:34201613 // Update Count : 1 7912 // Last Modified On : Wed Aug 17 11:08:56 2016 13 // Update Count : 180 14 14 // 15 15 … … 780 780 781 781 DeclarationNode *DeclarationNode::appendList( DeclarationNode *node ) { 782 if ( node != 0 ) { 783 set_last( node ); 784 } // if 785 return this; 782 return (DeclarationNode *)set_last( node ); 786 783 } 787 784
Note:
See TracChangeset
for help on using the changeset viewer.