aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2020-09-13 22:04:51 -0700
committerBruce Hill <bruce@bruce-hill.com>2020-09-13 22:04:51 -0700
commit1570dd55e8f3601e72893d6954044317973d7c60 (patch)
treedb3169b0d18a8e8d3930d73819c6a20d95c5a7b3 /types.h
parent1d1c3d35aae0e060a6527d6e83575dd7ff71328e (diff)
Changed "upto-and" syntax to ".."/"..."
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.h b/types.h
index f335285..6346342 100644
--- a/types.h
+++ b/types.h
@@ -16,7 +16,7 @@ enum VMOpcode {
VM_STRING,
VM_RANGE,
VM_NOT,
- VM_UPTO_AND,
+ VM_UPTO,
VM_REPEAT,
VM_BEFORE,
VM_AFTER,