Skip to content

Commit

Permalink
FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
svaarala committed Mar 27, 2017
1 parent 57d5e0c commit 2d489b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/platforms/platform_cygwin.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#include <sys/time.h>
#include <time.h>

/*FIXME*/

#define DUK_JMPBUF_TYPE jmp_buf
#define DUK_SETJMP(jb) _setjmp((jb))
#define DUK_LONGJMP(jb) _longjmp((jb), 1)
Expand Down

0 comments on commit 2d489b1

Please sign in to comment.