From: tb Date: Thu, 8 Aug 2024 23:44:43 +0000 (+0000) Subject: check_complete: accept #error X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2274872de95dd06ea15219a2f56e1f5df9d10e78;p=openbsd check_complete: accept #error --- diff --git a/regress/lib/libcrypto/man/check_complete.pl b/regress/lib/libcrypto/man/check_complete.pl index 604912058d0..c69ff2fb17f 100755 --- a/regress/lib/libcrypto/man/check_complete.pl +++ b/regress/lib/libcrypto/man/check_complete.pl @@ -220,6 +220,7 @@ try_again: /^#define HEADER_\w+_H$/ || /^#endif$/ || /^#else$/ || + /^#error/ || /^extern\s+const\s+ASN1_ITEM\s+\w+_it;$/ || /^#\s*include\s/ || /^#ifn?def\s/ ||