aboutsummaryrefslogtreecommitdiff
path: root/include/program.h
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-01-29 19:04:00 +0100
committerdec05eba <dec05eba@protonmail.com>2020-01-29 19:04:00 +0100
commit2ce9ebc39011831f9bd73511f696f1dd567ac0b9 (patch)
tree92f937d43ea7b2711879e0c00d23a1e3eade648d /include/program.h
parent1ab8f5d8bd9a730f8d6b11335343835b19fc4c3e (diff)
Allow passing variables to commands as args
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 {