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

Commit a315b19

Browse files
committed
Add exception for unicode_east_asian_fw_table.h to cpluspluscheck
unicode_east_asian_fw_table.h should not be compiled standalone, similarly to unicode_combining_table.h, but cpluspluscheck did not get the memo. Oversight in bab9821. Per report from Tom Lane
1 parent b92f9f7 commit a315b19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/pginclude/cpluspluscheck

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ do
114114

115115
# Also not meant to be included standalone.
116116
test "$f" = src/include/common/unicode_combining_table.h && continue
117+
test "$f" = src/include/common/unicode_east_asian_fw_table.h && continue
117118

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

0 commit comments

Comments
 (0)