X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdictionary%2Fapply-dictionary.c;h=3eb29e7e35c93c8dbcf43026f4621185a88e3bd1;hb=bd50b397b3ed4e7e627c33e234a5d0394e2c3dc6;hp=ce5cc15ddf7fb7f9c63931164674750752608fd8;hpb=04d2c99833753252b724dd9d4f15cc3a80b6bec8;p=pspp diff --git a/src/language/dictionary/apply-dictionary.c b/src/language/dictionary/apply-dictionary.c index ce5cc15ddf..3eb29e7e35 100644 --- a/src/language/dictionary/apply-dictionary.c +++ b/src/language/dictionary/apply-dictionary.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 1997-9, 2000, 2009 Free Software Foundation, Inc. + Copyright (C) 1997-9, 2000, 2009, 2010 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 @@ -29,7 +29,6 @@ #include #include #include -#include #include #include @@ -49,7 +48,7 @@ cmd_apply_dictionary (struct lexer *lexer, struct dataset *ds) int i; lex_match_id (lexer, "FROM"); - lex_match (lexer, '='); + lex_match (lexer, T_EQUALS); handle = fh_parse (lexer, FH_REF_FILE | FH_REF_SCRATCH); if (!handle)