aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--awk.h3
2 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index fcc5f719..ed2922f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon May 9 15:07:29 2011 Corinna Vinschen <vinschen@redhat.com>
+
+ * awk.h: Remove cygwin code for libsigsegv.
+
Sun May 8 20:38:03 2011 John Haque <j.eh@mchsi.com>
* eval.c (r_interpret): In case Op_sub_array, store only the
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)