Skip to content

Commit 5f25162

Browse files
authored
Merge pull request WebAssembly#474 from zapashcanon/duplicate_refi31
remove duplicated token definition in parser
2 parents fc6bf9c + 63ee3ee commit 5f25162

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

interpreter/text/parser.mly

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ let inline_func_type_explicit (c : context) x ft at =
275275
%token<Ast.instr'> UNARY BINARY TEST COMPARE CONVERT
276276
%token REF_NULL REF_FUNC REF_I31 REF_STRUCT REF_ARRAY REF_EXTERN REF_HOST
277277
%token REF_EQ REF_IS_NULL REF_AS_NON_NULL REF_TEST REF_CAST
278-
%token REF_I31
279278
%token<Ast.instr'> I31_GET
280279
%token<Ast.idx -> Ast.instr'> STRUCT_NEW ARRAY_NEW ARRAY_GET
281280
%token STRUCT_SET

0 commit comments

Comments
 (0)