From c1449206f35164b677f1123d20cb2b306e0b4781 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Tue, 20 Nov 2007 14:19:40 +0000 Subject: [PATCH] Simplify. [r18495] --- lexer.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 } -- 2.20.1