Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a860eb commit 2e66a53Copy full SHA for 2e66a53
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