Make this compile. Still need to write/borrow a working setjmp.

This commit is contained in:
dfr 2001-03-06 16:07:41 +00:00
parent 4d5efcc8bc
commit afe6e1ce9d

View File

@ -130,4 +130,5 @@ botch:
CALL(longjmperror)
CALL(abort)
RET /* "can't" get here... */
#endif
END(__longjmp)