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" *
- plex86: more progress Kevin Lawton
- Re: plex86: more progress Nick Behnken
- Re: plex86: more progress Kevin Lawton
- Re: plex86: more progress Chris Emerson
- Re: plex86: more progress Kevin Lawton
- Re: plex86: more progress Artur Skawina
- Re: plex86: more progress Wouter Coene
- Re: plex86: more progress Artur Skawina
