freebsd clang support

This commit is contained in:
Jyun-Yan You 2012-01-22 15:03:12 +08:00 committed by Brian Anderson
parent 2898dcc5d9
commit c2bf9b7726
3 changed files with 7 additions and 2 deletions

View file

@ -17,6 +17,8 @@ typedef int _Unwind_Reason_Code;
#if (defined __APPLE__) || (defined __clang__)
#ifndef __FreeBSD__
typedef int _Unwind_Action;
typedef void _Unwind_Exception;
@ -24,3 +26,5 @@ typedef void _Unwind_Exception;
#endif
#endif