Karim BELABAS on Fri, 27 Oct 2000 13:51:45 +0200 (MET DST)


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

Re: intnum0


[from my previous mail:]
> /* These three lines should be in the common header file paricom.h.
>  * As for now they still stand in src/language/anal.h
>  */
> extern entree **functions_hash;    /* functions hashtable */
> extern entree *is_entry_intern(char *s, entree **table, long *pthash);
> #define is_entry(s) (is_entry_intern(s,functions_hash,NULL))

In current CVS, is_entry is now directly available (without any outside
declaration/definition as above). Now the example from the manual (about
somme) will actually compile...

    Karim.
-- 
Karim Belabas                    email: Karim.Belabas@math.u-psud.fr
Dep. de Mathematiques, Bat. 425
Universite Paris-Sud             Tel: (00 33) 1 69 15 57 48
F-91405 Orsay (France)           Fax: (00 33) 1 69 15 60 19
--
PARI/GP Home Page: http://www.parigp-home.de/