According to Artur Skawina ([EMAIL PROTECTED]):
> #define SetJmp(jmp_buf) __builtin_setjmp(&jmp_buf)
> #define LongJmp(jmp_buf, ret) __builtin_longjmp(&jmp_buf,ret)

isn't this GCC 2.95.x / EGCS specific?

Wouter
-- 
*  Wouter Coene  *  [EMAIL PROTECTED]  *  [EMAIL PROTECTED]  *
  *  C.O.R.E/OMTA/Plex86  *  C development/Code maniac  *
   *  "When people run in circles we call them crazy,  *
        *  when planet's do we call it orbiting"  *

Reply via email to