I have a program In which I have a pattern of errors I don't understand.
 
I gave a global digits -- set to say 50  close to the top of main.
 
then, in a $include file, I have a $define:
$define ZERO apfp(0,0,1,-digits)
 
where apfp is my arbitrary precision floating point class.
 
It seems digits is found to be &null, when ZERO is invoked.
 
Dennis J. Darland
[EMAIL PROTECTED]

Reply via email to