Simplify.
authorChristoph Mallon <christoph.mallon@gmx.de>
Tue, 20 Nov 2007 14:19:40 +0000 (14:19 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Tue, 20 Nov 2007 14:19:40 +0000 (14:19 +0000)
[r18495]

lexer.c

diff --git a/lexer.c b/lexer.c
index cbdb783..a698328 100644 (file)
--- 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
 }