Displaying 1 result from an estimated 1 matches for "_no_proto".
1999 Jul 23
1
0.65 HPUX/AIX update
...r AIX with cc:
1/0: INF 0/0: NaNQ
finite(1/0): 0
isnan(0/0): 1
log(0.): -INF
Under AIX with gcc:
1/0: INF 0/0: NaNQ
finite(1/0): 1
isnan(0/0): 1
log(0.): -INF
So there is a problem in the finite() test with gcc. It somehow is
related to the use of ANSI C prototypes, and disappears if we define
_NO_PROTO. I am in the process of adding this as a short term fix, but
we should think a bit more about that.
-k
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help&quo...