Commit 121c6e30 authored by Kazuho Oku's avatar Kazuho Oku

use _setjmp/_longjmp on other BSD flavors

parent f4bb329c
......@@ -20,7 +20,7 @@ typedef mrb_int mrb_jmpbuf_impl;
#include <setjmp.h>
#if defined(__APPLE__)
#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
#define MRB_SETJMP _setjmp
#define MRB_LONGJMP _longjmp
#else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment