From: Ben Pfaff Date: Sun, 18 Jul 2010 21:55:55 +0000 (-0700) Subject: command: Remove INSERT from list of unimplemented commands. X-Git-Tag: sav-api~10 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=94a7e63351c5eb4fe0d0507dfe4537ece935d134 command: Remove INSERT from list of unimplemented commands. This command is implemented, so this was a duplicate entry. --- diff --git a/src/language/command.def b/src/language/command.def index 8861d9197b..2b00ea27b8 100644 --- a/src/language/command.def +++ b/src/language/command.def @@ -190,7 +190,6 @@ UNIMPL_CMD ("HILOGLINEAR", "Hierarchial loglinear models") UNIMPL_CMD ("HOMALS", "Homogeneity analysis") UNIMPL_CMD ("IGRAPH", "Interactive graphs") UNIMPL_CMD ("INFO", "Local Documentation") -UNIMPL_CMD ("INSERT", "Insert file") UNIMPL_CMD ("KEYED DATA LIST", "Read nonsequential data") UNIMPL_CMD ("KM", "Kaplan-Meier") UNIMPL_CMD ("LOGISTIC REGRESSION", "Regression Analysis")