Moved EXPORT comments to new header file
[pspp-builds.git] / src / command.def
index fea29e934adbb4b6bc57d03778fc25098f3be24f..a7f3cca8db5deec48f32e94ea6815fb2488e7b9f 100644 (file)
@@ -143,7 +143,7 @@ UNIMPL ("RANK",                   ERRO, ERRO, ERRO, ERRO, "Create rank scores")
 DEFCMD ("RECODE",                 ERRO, INPU, TRAN, TRAN, cmd_recode)
 DEFCMD ("RECORD TYPE",            ERRO, INPU, ERRO, ERRO, cmd_record_type)
 UNIMPL ("REFORMAT",               ERRO, ERRO, ERRO, ERRO, "Read obsolete files")
-UNIMPL ("REGRESSION",             ERRO, ERRO, ERRO, ERRO, "Compute regression coefficients")
+DEFCMD ("REGRESSION",             ERRO, ERRO, PROC, PROC, cmd_regression)
 DEFCMD ("RENAME VARIABLES",       ERRO, INPU, TRAN, PROC, cmd_rename_variables)
 UNIMPL ("REPEATING DATA",         ERRO, INPU, ERRO, ERRO, "Specify multiple cases per input record")
 UNIMPL ("REPORT",                 ERRO, ERRO, ERRO, ERRO, "Pretty print working file")
@@ -188,4 +188,5 @@ UNIMPL ("VERIFY",                 ERRO, ERRO, ERRO, ERRO, "Report time series")
 DEFCMD ("WEIGHT",                 ERRO, INPU, TRAN, TRAN, cmd_weight)
 DEFCMD ("WRITE",                  ERRO, INPU, TRAN, TRAN, cmd_write)
 DEFCMD ("WRITE FORMATS",          ERRO, INPU, TRAN, TRAN, cmd_write_formats)
+DEFCMD ("XEXPORT",                ERRO, INPU, TRAN, TRAN, cmd_xexport)
 DEFCMD ("XSAVE",                  ERRO, INPU, TRAN, TRAN, cmd_xsave)