Split <setjmp.h> out of <csetjmp>.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@249743 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Richard Smith
2015-10-08 20:41:26 +00:00
parent 4faa3944c6
commit ddbf08114a
3 changed files with 44 additions and 4 deletions

View File

@@ -12,6 +12,10 @@
#include <setjmp.h>
#include <type_traits>
#ifndef setjmp
#error setjmp not defined
#endif
int main()
{
jmp_buf jb;