Skip to content

Commit

Permalink
XXX cygwin debugging small macro buf
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed May 22, 2023
1 parent 442c8ed commit bc3ee3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion handy.h
Expand Up @@ -366,7 +366,8 @@ checks often check for things that Really Cannot Happen, and Coverity
detects that and gets all excited. */

#if defined(DEBUGGING) && !defined(__COVERITY__) \
&& ! defined(PERL_SMALL_MACRO_BUFFER)
&& ! defined(PERL_SMALL_MACRO_BUFFER)\
&& ! defined __CYGWIN__
# define __ASSERT_(statement) assert(statement),
#else
# define __ASSERT_(statement)
Expand Down

0 comments on commit bc3ee3c

Please sign in to comment.