Skip to content

Commit 23b8c81

Browse files
committed
FIX: unreferenced label
1 parent 5d036ff commit 23b8c81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/l-scan.c

-1
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,6 @@
11971197
goto scanword;
11981198

11991199
case LEX_SPECIAL_POUND:
1200-
pound:
12011200
cp++;
12021201
/* hex:
12031202
if (HAS_LEX_FLAGS(flags, ~(LEX_FLAG(LEX_SPECIAL_POUND) | LEX_FLAG(LEX_SPECIAL_PERIOD)

0 commit comments

Comments
 (0)