From: Wolfgang Bumiller Date: Tue, 5 Feb 2013 16:24:02 +0000 (+0100) Subject: fixing that comment X-Git-Tag: before-library~152^2 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=f860759758cd1a80b8f52b1ae8d76f0bc80282d0;p=xonotic%2Fgmqcc.git fixing that comment --- diff --git a/parser.c b/parser.c index 73ced3a..25c9c8c 100644 --- a/parser.c +++ b/parser.c @@ -1901,7 +1901,7 @@ static ast_expression* parse_expression_leave(parser_t *parser, bool stopatcomma compile_error(parser_ctx(parser), "unknown operator: %s", parser_tokval(parser)); goto onerr; #if 0 -Are there any expressions which actually end with an operator? +/* Are there any expressions which actually end with an operator? */ /* no operator found... must be the end of the statement */ break; #endif