Mailing List Archive

Re: Apache HTTP Server Project
Re: Apache HTTP Server Project [ In reply to ]
BTW, this patch might depend on the compiler. Someone decided
that setjmp(jmpbuffer,1) was the right thing for NEXT. With standard
"cc" setjmp() only has one argument.




> #ifdef NEXT
> ! setjmp(jmpbuffer,1);

> #ifdef NEXT
> ! setjmp(jmpbuffer);