Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita315b19

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, similarlyto unicode_combining_table.h, but cpluspluscheck did not get the memo.Oversight inbab9821.Per report from Tom Lane
1 parentb92f9f7 commita315b19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/tools/pginclude/cpluspluscheck‎

Lines changed: 1 addition & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp