=================================================================== RCS file: /home/cvs/OpenXM_contrib/pari/src/headers/Attic/paricom.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- OpenXM_contrib/pari/src/headers/Attic/paricom.h 2000/01/09 17:35:32 1.1 +++ OpenXM_contrib/pari/src/headers/Attic/paricom.h 2003/04/15 07:47:21 1.2 @@ -6,7 +6,7 @@ /* */ /******************************************************************/ /******************************************************************/ -/* $Id: paricom.h,v 1.1 2000/01/09 17:35:32 maekawa Exp $ */ +/* $Id: paricom.h,v 1.2 2003/04/15 07:47:21 noro Exp $ */ #define bit_accuracy(x) (((x)-2) << TWOPOTBITS_IN_LONG) @@ -86,7 +86,9 @@ extern const long lontyp[]; #else BEGINEXTERN double exp2(double); +# ifndef __CYGWIN32__ double log2(double); +# endif ENDEXTERN #endif