From: Christoph Mallon Date: Tue, 20 Nov 2007 14:19:40 +0000 (+0000) Subject: Simplify. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=c1449206f35164b677f1123d20cb2b306e0b4781;p=cparser Simplify. [r18495] --- diff --git a/lexer.c b/lexer.c index cbdb783..a698328 100644 --- a/lexer.c +++ b/lexer.c @@ -145,13 +145,11 @@ static inline void next_char(void) break; } -end_of_next_char: +end_of_next_char:; #endif (void) maybe_concat_lines; #ifdef DEBUG_CHARS printf("nchar '%c'\n", c); -#else - ; #endif }