X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fcommand.h;h=f38ed5cdb9275d6d938884145a80ab315cfc8341;hb=6dc31f9aba2c0e6a9e2f03b7f72534399198a150;hp=766a637b0ba5ce694fa0d556a0160f32f53efeed;hpb=0aae014cd74bc4ff005f87d7bac7901ccd2d8224;p=pspp diff --git a/src/language/command.h b/src/language/command.h index 766a637b0b..f38ed5cdb9 100644 --- a/src/language/command.h +++ b/src/language/command.h @@ -27,12 +27,6 @@ enum cmd_result CMD_EOF = 2, /* End of input. */ CMD_FINISH = 3, /* FINISH was executed. */ - /* Successful return values returned by specific commands to let INPUT - PROGRAM function properly. */ - CMD_DATA_LIST, - CMD_END_CASE, - CMD_END_FILE, - /* Various kinds of failures. */ CMD_FAILURE = -1, /* Not executed at all. */ CMD_NOT_IMPLEMENTED = -2, /* Command not implemented. */