mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Add exception for unicode_east_asian_fw_table.h to headerscheck also
Followup to a315b19cc
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user