Bill Allombert on Thu, 11 Dec 2003 00:05:51 +0100


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

Re: -fPIC joy, lexcmp woes.


Well, now I am fixing gp2c to support the new 'i' prototype.

I found out that gvar() return a int. Is this a good idea ?

I prefer to consistantly use long for everything but functions
that return only 0,1 and -1, like comparaison functions.

gp2c has 'small' for C-long integer and 'int' for PARI multiprecision integers.
Any idea how to call C-int integers ?

Also I have yet to decide how far gp2c should use int instead of long.

Cheers,
Bill.