X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Flexer%2Fvalue-parser.h;h=94b2cdc142482a456bb7e277ae7f3ccce39b36f1;hb=dd415397beff015f3e9dabde00c95db263c99768;hp=4f9004a361478efcbca80d2a41476706e5395cc7;hpb=b5c82cc9aabe7e641011130240ae1b2e84348e23;p=pspp diff --git a/src/language/lexer/value-parser.h b/src/language/lexer/value-parser.h index 4f9004a361..94b2cdc142 100644 --- a/src/language/lexer/value-parser.h +++ b/src/language/lexer/value-parser.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2005, 2009 Free Software Foundation, Inc. + Copyright (C) 2005, 2009, 2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -21,9 +21,10 @@ struct lexer; enum fmt_type; +struct variable; union value; bool parse_num_range (struct lexer *, double *x, double *y, const enum fmt_type *fmt); -bool parse_value (struct lexer *, union value *, int width); +bool parse_value (struct lexer *, union value *, const struct variable *); #endif /* value-parser.h */