X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Flanguage%2Fsyntax-file.h;h=0822a587248d1118ed76f645eaf80ab1b337e1fc;hb=0498114186f126d786cc0f3cf6686a43b8513e62;hp=c09af216a7d393588c86f8e14281043752228028;hpb=b8b67a1e1f709640ccdb3422a591b938edb0ceea;p=pspp-builds.git diff --git a/src/language/syntax-file.h b/src/language/syntax-file.h index c09af216..0822a587 100644 --- a/src/language/syntax-file.h +++ b/src/language/syntax-file.h @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc. - Written by Ben Pfaff . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -21,12 +20,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) ;