Skip to content

Commit

Permalink
Further fixes to handling. Closes #211.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaz committed Apr 19, 2012
1 parent 450eb47 commit 32782c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Parsing/GBObjectiveCParser.m
Expand Up @@ -476,6 +476,7 @@ - (BOOL)matchMethodDataForProvider:(GBMethodsProvider *)provider from:(NSString
return;
}
[self.tokenizer resetComments];
*consume = NO;
*stop = YES;
return;
}
Expand Down

0 comments on commit 32782c9

Please sign in to comment.