jkp@SAUNA.HUT.FI (Jyrki Kuoppala) (10/20/89)
The following is needed to compile libg++ 1.36.0 test version for a Sony NEWS machine: diff -cr libg++.orig/g++-include/setjmp.h libg++/g++-include/setjmp.h *** libg++.orig/g++-include/setjmp.h Sat Aug 26 19:19:44 1989 --- libg++/g++-include/setjmp.h Sat Oct 14 03:26:32 1989 *************** *** 6,11 **** --- 6,13 ---- static const int _JBLEN = 10; #elif defined(sun2) || defined(sun3) static const int _JBLEN = 58; + #elif defined(sony_news) + static const int _JBLEN = 16; #elif defined(sun386) static const int _JBLEN = 8; #elif defined(sparc) //Jyrki