Karim BELABAS on Wed, 11 Sep 2002 14:00:13 +0200 (MEST) |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: missing functions |
On Wed, 11 Sep 2002, Bill Allombert wrote: > On Wed, Sep 11, 2002 at 04:00:57PM +0900, Iwao KIMURA wrote: > > From: Iwao KIMURA <iwao@sci.toyama-u.ac.jp> > > Subject: missing functions > > Date: Wed, 11 Sep 2002 03:59:56 +0900 (JST) > > > > > I found that the following functions are declared in paridecl.h but > > > don't exist anywhere in the source tree (I saw the current CVS tree). > > > > > > imagereel, > > > hnfhavas, > > > oldidealinv, > > > ggcd0, > > > FpX_small, > > > conjugates. > > > > No, `conjugates' resides on src/basemath/subgroup.c. Sorry for wrong > > information. But rest of these seem not exist anywhere. > > No, you were right. conjugates was in src/modules/subfields.c. > In src/basemath/subgroup.c there is only > static long* > conjugate(long *typ) > > Which 1) is not named 'conjugates' and 2) is static, so must not be declared > in paridecl.h I've removed the corresponding declarations from paridecl.h Thanks, Karim. P.S: I'll release a snapshot later today (hopefully), and then we'll try and clean up PARI headers (cf paripriv discussion, in 'gnil' thread). -- Karim Belabas Tel: (+33) (0)1 69 15 57 48 Dép. de Mathematiques, Bat. 425 Fax: (+33) (0)1 69 15 60 19 Université Paris-Sud Email: Karim.Belabas@math.u-psud.fr F-91405 Orsay (France) http://www.math.u-psud.fr/~belabas/ -- PARI/GP Home Page: http://www.parigp-home.de/