We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a315b19 commit 88b0ae1Copy full SHA for 88b0ae1
src/tools/pginclude/headerscheck
@@ -110,6 +110,7 @@ do
110
111
# Also not meant to be included standalone.
112
test "$f" = src/include/common/unicode_combining_table.h && continue
113
+ test "$f" = src/include/common/unicode_east_asian_fw_table.h && continue
114
115
# We can't make these Bison output files compilable standalone
116
# without using "%code require", which old Bison versions lack.
0 commit comments