aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/tools/pginclude/headerscheck1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/pginclude/headerscheck b/src/tools/pginclude/headerscheck
index 5dab555340a..4123d7d0f04 100755
--- a/src/tools/pginclude/headerscheck
+++ b/src/tools/pginclude/headerscheck
@@ -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.