Igor Schein on Thu, 6 Jan 2000 13:05:55 -0500


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

proposed g++ patch


Hi,

here's a patch necessary in order for g++ to be able to compile PARI:

Index: src/language/init.c
===================================================================
RCS file: /home/megrez/cvsroot/pari/src/language/init.c,v
retrieving revision 1.18
diff -r1.18 init.c
888c888
<     if (a->env) longjmp(a->env, numerr);
---
>     if (a->env) longjmp((jmp_buf)a->env, numerr);

Thanks

Igor