lexer: Drop lexer parameter from lex_sbc_missing().
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 5 Nov 2011 20:07:44 +0000 (13:07 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 6 Nov 2011 16:19:23 +0000 (08:19 -0800)
There's no point in passing in the lexer and using lex_error(),
because the extra information that lex_error() outputs does
not help the user find the error.


No differences found