| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/math/oleo/files/ |
Upload File : |
--- src/ref.c.orig 2001-02-13 23:38:06 UTC
+++ src/ref.c
@@ -263,7 +263,7 @@ char *
read_new_value (CELLREF row, CELLREF col, char *form, char *val)
{
unsigned char *new_bytes;
- extern double __plinf, __neinf, __nan;
+ extern double __plinf, __neinf, ___nan;
cur_row = row;
cur_col = col;
@@ -348,7 +348,7 @@ read_new_value (CELLREF row, CELLREF col
else if (!stricmp (nname, val))
{
SET_TYP (my_cell, TYP_FLT);
- my_cell->cell_flt = __nan;
+ my_cell->cell_flt = ___nan;
}
else
{