Add exception for unicode_east_asian_fw_table.h to headerscheck also

Followup to a315b19cc
This commit is contained in:
John Naylor 2021-09-23 15:30:25 -04:00
parent a315b19cce
commit 88b0ae15bc

View File

@ -110,6 +110,7 @@ do
# Also not meant to be included standalone.
test "$f" = src/include/common/unicode_combining_table.h && continue
test "$f" = src/include/common/unicode_east_asian_fw_table.h && continue
# We can't make these Bison output files compilable standalone
# without using "%code require", which old Bison versions lack.