X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flexer.h;h=816b4317f9bb8318d4d1a4a7232c6a73231d01b0;hb=6eea9310493902d3b06b25c612c7ba89d467b6fa;hp=05ce4fe60c13c6c0da8b3ec2c9b8dc90c782ce44;hpb=4fdeb2145d081ff1b84e3f6c99f9d1c048c0d64a;p=pspp diff --git a/src/lexer.h b/src/lexer.h index 05ce4fe60c..816b4317f9 100644 --- a/src/lexer.h +++ b/src/lexer.h @@ -22,7 +22,7 @@ #include "var.h" #include -#include "bool.h" +#include /* Returns nonzero if character CH may be the first character in an identifier. */ @@ -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. */