Skip to content

Commit a7cf632

Browse files
nwellnhofjgm
authored andcommitted
scanners: Match "CDATA" case-sensitively
Remove the --case-insensitive option when invoking re2c. Use single or double quotes to control case sensitivity. Fixes #611.
1 parent b320f40 commit a7cf632

4 files changed

Lines changed: 1711 additions & 1721 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ $(SRCDIR)/scanners.c: $(SRCDIR)/scanners.re
140140
false; \
141141
;; \
142142
esac
143-
re2c -W -Werror --case-insensitive -b -i --no-generation-date \
143+
re2c -W -Werror -b -i --no-generation-date \
144144
-o $@ $<
145145
$(CLANG_FORMAT) $@
146146

0 commit comments

Comments
 (0)