Accept TO in any case for use with n-ary functions. Fixes bug #18923.
[pspp-builds.git] / src / language / stats / sort-criteria.h
index 0c804a8c36eda594712e01d241149eda4282ae8b..a222cbc7431e5a3803810accaf878425bf71ab57 100644 (file)
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <blp@gnu.org>.
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -26,8 +25,9 @@
 
 struct variable;
 struct dictionary;
+struct lexer ;
 
-struct sort_criteria *sort_parse_criteria (const struct dictionary *,
+struct sort_criteria *sort_parse_criteria (struct lexer *, const struct dictionary *,
                                            struct variable ***, size_t *,
                                            bool *saw_direction,
                                           const int *terminators