diff --git a/config/platforms/platform_cygwin.h.in b/config/platforms/platform_cygwin.h.in index cfe458b58b..aa5aec41b7 100644 --- a/config/platforms/platform_cygwin.h.in +++ b/config/platforms/platform_cygwin.h.in @@ -8,6 +8,8 @@ #include #include +/*FIXME*/ + #define DUK_JMPBUF_TYPE jmp_buf #define DUK_SETJMP(jb) _setjmp((jb)) #define DUK_LONGJMP(jb) _longjmp((jb), 1)