Skip to content

Commit 3dd1b8b

Browse files
committed
Fix identifier of XX_T_REQUIRE_ONCE
1 parent d9df57e commit 3dd1b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parser/scanner.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
#define XX_T_TRY 397
9898
#define XX_T_CATCH 398
9999
#define XX_T_DEPRECATED 399
100-
#define XX_T_REQUIRE_ONCE 400
100+
#define XX_T_REQUIRE_ONCE 459
101101

102102
/* Operators */
103103
#define XX_T_AT '@'

0 commit comments

Comments
 (0)