X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Flexer%2Frange-parser.h;h=b6b38fd4b0ce8c70bdae18bc21e622cb7351412c;hb=08e4a9535a7e1de9cc4b6e619e70805ab951b323;hp=f03a7e88cff519729095db6216d1ed1a6388aeea;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp diff --git a/src/language/lexer/range-parser.h b/src/language/lexer/range-parser.h index f03a7e88cf..b6b38fd4b0 100644 --- a/src/language/lexer/range-parser.h +++ b/src/language/lexer/range-parser.h @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 2005 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,8 +20,10 @@ #define RANGE_PRS_H 1 #include +#include -struct fmt_spec; -bool parse_num_range (double *x, double *y, const struct fmt_spec *fmt); +struct lexer; +bool parse_num_range (struct lexer *, + double *x, double *y, const enum fmt_type *fmt); #endif /* range-prs.h */