Skip to content

Commit fcf7b3a

Browse files
committed
Adjust header exceptions for 0bd9c62
Per buildfarm animal crake
1 parent 0bd9c62 commit fcf7b3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tools/pginclude/cpluspluscheck

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ do
116116
test "$f" = src/pl/tcl/pltclerrcodes.h && continue
117117

118118
# Also not meant to be included standalone.
119-
test "$f" = src/include/common/unicode_combining_table.h && continue
119+
test "$f" = src/include/common/unicode_nonspacing_table.h && continue
120120
test "$f" = src/include/common/unicode_east_asian_fw_table.h && continue
121121

122122
# We can't make these Bison output files compilable standalone

src/tools/pginclude/headerscheck

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ do
111111
test "$f" = src/pl/tcl/pltclerrcodes.h && continue
112112

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

117117
# We can't make these Bison output files compilable standalone

0 commit comments

Comments
 (0)