Test multiline commits
authorMatthias Braun <matze@braunis.de>
Fri, 28 Sep 2007 13:04:35 +0000 (13:04 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 28 Sep 2007 13:04:35 +0000 (13:04 +0000)
Line2

[r18362]

lexer.c

diff --git a/lexer.c b/lexer.c
index 2b4897a..ed0bab1 100644 (file)
--- a/lexer.c
+++ b/lexer.c
@@ -22,8 +22,6 @@ static char        buf[1024 + MAX_PUTBACK];
 static const char *bufend;
 static const char *bufpos;
 static strset_t    stringset;
-//static FILE      **input_stack;
-//static char      **buf_stack;
 
 static void error_prefix_at(const char *input_name, unsigned linenr)
 {