X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=fltpoint.c;h=8739e88c1500d73397e6974df8c506377ee2e91a;hp=911e0085ae2729b6c513cf16f975061a86287adb;hb=bdbf34766f4d074a5933eb1326fe4ce03d249e10;hpb=0561939cf64e5d66153c2e7903e2411b802ff5c8 diff --git a/fltpoint.c b/fltpoint.c index 911e008..8739e88 100644 --- a/fltpoint.c +++ b/fltpoint.c @@ -2,7 +2,7 @@ // Floating point to IEEE-754 conversion routines // // by James Hammons -// (C) 2018 Underground Software +// (C) 2019 Underground Software // // Since there are no guarantees vis-a-vis floating point numbers in C, we have // to utilize routines like the following in order to guarantee that the thing