aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
Diffstat (limited to 'awk.h')
-rw-r--r--awk.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/awk.h b/awk.h
index d05e07c1..25abf419 100644
--- a/awk.h
+++ b/awk.h
@@ -182,9 +182,6 @@ extern void *memset_ulong(void *dest, int val, unsigned long l);
#ifdef HAVE_LIBSIGSEGV
#include <sigsegv.h>
-/* On Cygwin, sigsegv.h includes windows.h, which defines a datatype
- called "__small", which in turn is defined to "small". */
-#undef small
#else
typedef void *stackoverflow_context_t;
#define sigsegv_install_handler(catchsegv) signal(SIGSEGV, catchsig)