summaryrefslogtreecommitdiff
path: root/src/ast-parser-lexer-shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast-parser-lexer-shared.h')
-rw-r--r--src/ast-parser-lexer-shared.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/ast-parser-lexer-shared.h b/src/ast-parser-lexer-shared.h
index 8ad3a82c..c957248a 100644
--- a/src/ast-parser-lexer-shared.h
+++ b/src/ast-parser-lexer-shared.h
@@ -75,13 +75,13 @@ struct WabtExportedMemory {
bool has_data_segment;
};
-enum WabtFuncFieldType {
- WABT_FUNC_FIELD_TYPE_EXPRS,
- WABT_FUNC_FIELD_TYPE_PARAM_TYPES,
- WABT_FUNC_FIELD_TYPE_BOUND_PARAM,
- WABT_FUNC_FIELD_TYPE_RESULT_TYPES,
- WABT_FUNC_FIELD_TYPE_LOCAL_TYPES,
- WABT_FUNC_FIELD_TYPE_BOUND_LOCAL,
+enum class WabtFuncFieldType {
+ Exprs,
+ ParamTypes,
+ BoundParam,
+ ResultTypes,
+ LocalTypes,
+ BoundLocal,
};
struct WabtBoundType {