X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flexer.h;h=816b4317f9bb8318d4d1a4a7232c6a73231d01b0;hb=28d7aaf2db476de5d62eb90787fef50fec444287;hp=af3aeb0ae0f7bf54b5c5b226dd37ad3775fbbe17;hpb=4de79b34b329d1da6cdeb145993d3efd911e2967;p=pspp diff --git a/src/lexer.h b/src/lexer.h index af3aeb0ae0..816b4317f9 100644 --- a/src/lexer.h +++ b/src/lexer.h @@ -87,6 +87,8 @@ void lex_done (void); /* Common functions. */ void lex_get (void); void lex_error (const char *, ...); +void lex_sbc_only_once (const char *); +void lex_sbc_missing (const char *); int lex_end_of_command (void); /* Token testing functions. */