We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd838e2 commit 59f0eeaCopy full SHA for 59f0eea
src/tools/pginclude/headerscheck
@@ -138,6 +138,12 @@ do
138
test "$f" = src/pl/tcl/pltclerrcodes.h && continue
139
140
# Also not meant to be included standalone.
141
+ test "$f" = contrib/isn/EAN13.h && continue
142
+ test "$f" = contrib/isn/ISBN.h && continue
143
+ test "$f" = contrib/isn/ISMN.h && continue
144
+ test "$f" = contrib/isn/ISSN.h && continue
145
+ test "$f" = contrib/isn/UPC.h && continue
146
+
147
test "$f" = src/include/common/unicode_nonspacing_table.h && continue
148
test "$f" = src/include/common/unicode_east_asian_fw_table.h && continue
149
0 commit comments