diff options
Diffstat (limited to 'include/wabt/token.def')
-rw-r--r-- | include/wabt/token.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wabt/token.def b/include/wabt/token.def index b8869abd..1e95da62 100644 --- a/include/wabt/token.def +++ b/include/wabt/token.def @@ -34,6 +34,7 @@ WABT_TOKEN(Data, "data") WABT_TOKEN(Declare, "declare") WABT_TOKEN(Delegate, "delegate") WABT_TOKEN(Do, "do") +WABT_TOKEN(Either, "either") WABT_TOKEN(Elem, "elem") WABT_TOKEN(Eof, "EOF") WABT_TOKEN(Tag, "tag") |