X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Flexer%2Frange-parser.h;h=b6b38fd4b0ce8c70bdae18bc21e622cb7351412c;hb=4f2f805c653f0dc901924944ea4c55309ff14d32;hp=030a19278268e3ee571d8c55cc542011a83a0bca;hpb=3816248a008a4af75aac6319d0c9929cb7ff679e;p=pspp diff --git a/src/language/lexer/range-parser.h b/src/language/lexer/range-parser.h index 030a192782..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,9 +20,10 @@ #define RANGE_PRS_H 1 #include +#include -struct fmt_spec; struct lexer; -bool parse_num_range (struct lexer *, double *, double *, const struct fmt_spec *fmt); +bool parse_num_range (struct lexer *, + double *x, double *y, const enum fmt_type *fmt); #endif /* range-prs.h */