X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Flexer%2Fvalue-parser.h;h=94b2cdc142482a456bb7e277ae7f3ccce39b36f1;hb=b525a9596e60d5ae4c6c464b4a426b77ade3dd72;hp=4f9004a361478efcbca80d2a41476706e5395cc7;hpb=3bbb4370239deb29ebbf813d258aef6249e2a431;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 */