Skip to content

Commit 4dd74bb

Browse files
committed
XXX cygwin debugging small macro buf
1 parent 7a8ca58 commit 4dd74bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

handy.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,8 @@ checks often check for things that Really Cannot Happen, and Coverity
366366
detects that and gets all excited. */
367367

368368
#if defined(DEBUGGING) && !defined(__COVERITY__) \
369-
&& ! defined(PERL_SMALL_MACRO_BUFFER)
369+
&& ! defined(PERL_SMALL_MACRO_BUFFER)\
370+
&& ! defined __CYGWIN__
370371
# define __ASSERT_(statement) assert(statement),
371372
#else
372373
# define __ASSERT_(statement)

0 commit comments

Comments
 (0)