Remove vestiges of FILE TYPE support.
[pspp-builds.git] / src / language / command.h
index 2e34583c09377f3d65e24ea01f3c4f7b2e7e3d26..0c4a5eac5a0473ac167dc634f09d66f4cceea30e 100644 (file)
@@ -29,7 +29,7 @@ enum cmd_result
     CMD_SUCCESS = 1,            /* Successfully parsed and executed. */
     CMD_EOF,                    /* No commands left. */
     CMD_QUIT,                   /* Requested exit. */
-    CMD_END_SUBLOOP,            /* End of INPUT PROGRAM or FILE TYPE. */
+    CMD_END_SUBLOOP,            /* End of INPUT PROGRAM. */
 
     /* Various kinds of failures. */
     CMD_FAILURE,                /* Not executed at all. */