Adjust header exceptions for 0bd9c6297

Per buildfarm animal crake
pull/104/head
John Naylor 3 years ago
parent 0bd9c62973
commit fcf7b3a9d4
  1. 2
      src/tools/pginclude/cpluspluscheck
  2. 2
      src/tools/pginclude/headerscheck

@ -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

@ -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

Loading…
Cancel
Save