From: Matthias Braun Date: Fri, 28 Sep 2007 13:04:35 +0000 (+0000) Subject: Test multiline commits X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=1873fa8debe180e8cc4c13b6d666bd7e06886c28;p=cparser Test multiline commits Line2 [r18362] --- diff --git a/lexer.c b/lexer.c index 2b4897a..ed0bab1 100644 --- 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) {