search for: have__setjmp

Displaying 1 result from an estimated 1 matches for "have__setjmp".

2006 Aug 25
1
[LLVMdev] llvm-test and _setjmp
...tjmp(struct l_struct_2E___jmp_buf_tag *); /usr/include/setjmp.h:64: extern int _setjmp (struct __jmp_buf_tag __env[1]) __THROW; I assume this is because of the array vs. the pointer. Why does the C Backend provide its own definition of _setjmp when it knows there is one in the header files vi the HAVE__SETJMP #define? Reid.