Adjust header exceptions for 0bd9c6297
authorJohn Naylor <[email protected]>
Tue, 13 Sep 2022 09:57:15 +0000 (16:57 +0700)
committerJohn Naylor <[email protected]>
Tue, 13 Sep 2022 09:57:15 +0000 (16:57 +0700)
Per buildfarm animal crake

src/tools/pginclude/cpluspluscheck
src/tools/pginclude/headerscheck

index 547f9dc5c4efc8f0340cc1861098c984571a1a5e..c408647297bb36b0e74efc1b85fd3c959335f999 100755 (executable)
@@ -116,7 +116,7 @@ do
    test "$f" = src/pl/tcl/pltclerrcodes.h && continue
 
    # Also not meant to be included standalone.
-   test "$f" = src/include/common/unicode_combining_table.h && continue
+   test "$f" = src/include/common/unicode_nonspacing_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
index 158c99d6afcf5647a001d7eec710c5327668474e..6f6f0b8bdafedb9f8335a3f40800e643016ca408 100755 (executable)
@@ -111,7 +111,7 @@ do
    test "$f" = src/pl/tcl/pltclerrcodes.h && continue
 
    # Also not meant to be included standalone.
-   test "$f" = src/include/common/unicode_combining_table.h && continue
+   test "$f" = src/include/common/unicode_nonspacing_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