diff options
Diffstat (limited to 'src/shared-constants.h')
-rw-r--r-- | src/shared-constants.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared-constants.h b/src/shared-constants.h index 053aecc83..03409de6e 100644 --- a/src/shared-constants.h +++ b/src/shared-constants.h @@ -68,6 +68,8 @@ cashew::IString GLOBAL("global"), CALL_IMPORT("call_import"), CALL_INDIRECT("call_indirect"), BR_IF("br_if"), + THEN("then"), + ELSE("else"), NEG_INFINITY("-infinity"), NEG_NAN("-nan"), CASE("case"), |