Changes in src/Parser/parser.yy [b1f2007d:5bf685f]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/parser.yy
rb1f2007d r5bf685f 1960 1960 // Append the return type at the start (left-hand-side) to each identifier in the list. 1961 1961 DeclarationNode * ret = new DeclarationNode; 1962 ret->type = maybeC lone( $1->type->base );1962 ret->type = maybeCopy( $1->type->base ); 1963 1963 $$ = $1->appendList( DeclarationNode::newFunction( $3, ret, $6, nullptr ) ); 1964 1964 }
Note:
See TracChangeset
for help on using the changeset viewer.