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 7a8ca58 commit 4dd74bbCopy full SHA for 4dd74bb
handy.h
@@ -366,7 +366,8 @@ checks often check for things that Really Cannot Happen, and Coverity
366
detects that and gets all excited. */
367
368
#if defined(DEBUGGING) && !defined(__COVERITY__) \
369
- && ! defined(PERL_SMALL_MACRO_BUFFER)
+ && ! defined(PERL_SMALL_MACRO_BUFFER)\
370
+ && ! defined __CYGWIN__
371
# define __ASSERT_(statement) assert(statement),
372
#else
373
# define __ASSERT_(statement)
0 commit comments