Skip to content

Commit 4167abe

Browse files
committed
FIX: allow various variants of arrow-like words (fixed CC warning)
1 parent 19f86be commit 4167abe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/l-scan.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -825,9 +825,9 @@
825825
{
826826
REBCNT flags;
827827
const REBYTE *cp;
828+
const REBYTE *np;
828829
REBINT type;
829-
REBYTE *np = NULL;
830-
830+
831831
flags = Prescan(scan_state);
832832
cp = scan_state->begin;
833833

0 commit comments

Comments
 (0)