CompuServe Messages

setjmp.h and kermit

#: 4841 S3/TelecommunicationsForum unknown
    10-Jan-86 20:35:26
Sb: setjmp.h and kermit
Fm: steve poling 70177,1434
To: wizop

This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.

last I remember, you were complaining that you didn't have lattice's setjmp.h file and therefore you could not get kermit going. i downloaded kermit.lbr and found nothing (i thot) that was not in the uxkermit release from columbia university. are you still in need of setjmp.h? I have made one that works with Gary Sarff's setjmp.as}i It is really trivial (1 line), but it should be added to Gary's .asm file as a comment: typede,f int jmp_buf[16]; Lattice can't claim any infringement, since I got it out of a VAX. (DEC could i spose.) If you intend to use Aztec C, you want typedef long jmp_buf[16]; My own version of setjmp.h uses my own typedef long32 jmp_buf[16]; The long32 is a special typedef added to my std.h along with word16, byte8, and a few others. thanx, sdp