X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fsyntax-file.h;h=879b1b92bbf52a8c2a6145fee3fd9c30fa139b8c;hb=8381768f3394a907c621cb9acbb77b83f5cd4875;hp=c09af216a7d393588c86f8e14281043752228028;hpb=1e0aeb69e9f246a1448a114919c90b6c86dfcc8d;p=pspp-builds.git diff --git a/src/language/syntax-file.h b/src/language/syntax-file.h index c09af216..879b1b92 100644 --- a/src/language/syntax-file.h +++ b/src/language/syntax-file.h @@ -21,12 +21,12 @@ #define SYNTAX_FILE 1 #include +#include struct string; -struct getl_interface; -struct getl_source; -bool read_syntax_file (struct getl_interface *s, struct string *line); +bool read_syntax_file (struct getl_interface *s, + struct string *line, enum getl_syntax *syntax); /* Creates a syntax file source with file name FN. */ struct getl_interface * create_syntax_file_source (const char *fn) ;