Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 88b0ae1

Browse files
committed
Add exception for unicode_east_asian_fw_table.h to headerscheck also
Followup to a315b19
1 parent a315b19 commit 88b0ae1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/pginclude/headerscheck

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ do
110110

111111
# Also not meant to be included standalone.
112112
test "$f" = src/include/common/unicode_combining_table.h && continue
113+
test "$f" = src/include/common/unicode_east_asian_fw_table.h && continue
113114

114115
# We can't make these Bison output files compilable standalone
115116
# without using "%code require", which old Bison versions lack.

0 commit comments

Comments
 (0)