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 6, 2021
1 parent 130c644 commit b1d1ac5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion handy.h
Expand Up @@ -360,7 +360,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 b1d1ac5

Please sign in to comment.