aboutsummaryrefslogtreecommitdiff
path: root/include/program.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/program.h')
-rw-r--r--include/program.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/program.h b/include/program.h
index 52b4fe4..2fcdb07 100644
--- a/include/program.h
+++ b/include/program.h
@@ -16,8 +16,7 @@ typedef enum {
TSL_STACK_VALUE_TYPE_VARIABLE,
TSL_STACK_VALUE_TYPE_LIST,
TSL_STACK_VALUE_TYPE_MAP,
- TSL_STACK_VALUE_TYPE_INDEX,
- TSL_STACK_VALUE_TYPE_COMMAND_ARG
+ TSL_STACK_VALUE_TYPE_INDEX
} TslStackValueType;
typedef struct {