X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2Fflip.c;h=283a2266a4568a5c57a8fe2354620cf51d51bf31;hb=9546bbb38b562024daa469a8a03a5fbfdb5df542;hp=953ea1d8998535e7841b75d8245212913a7d39f8;hpb=9e24f9a5c52650da0700066e8d9e72261c6492ad;p=pspp-builds.git diff --git a/src/language/stats/flip.c b/src/language/stats/flip.c index 953ea1d8..283a2266 100644 --- a/src/language/stats/flip.c +++ b/src/language/stats/flip.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#include "config.h" +#include #include #include @@ -158,7 +158,7 @@ cmd_flip (struct lexer *lexer, struct dataset *ds) var_names_add (flip->pool, &flip->old_names, pool_strdup (flip->pool, var_get_name (vars[i]))); - /* Read the active file into a flip_sink. */ + /* Read the active dataset into a flip_sink. */ proc_discard_output (ds); input = proc_open (ds);