[R-gregmisc-users] SF.net SVN: r-gregmisc:[1863] trunk/SASxport/src
Brought to you by:
warnes
From: <wa...@us...> - 2014-07-21 16:23:32
|
Revision: 1863 http://sourceforge.net/p/r-gregmisc/code/1863 Author: warnes Date: 2014-07-21 16:23:28 +0000 (Mon, 21 Jul 2014) Log Message: ----------- Remove never-used conditional code and un-needed #include statements Modified Paths: -------------- trunk/SASxport/src/SASxport.c trunk/SASxport/src/SASxport.h Modified: trunk/SASxport/src/SASxport.c =================================================================== --- trunk/SASxport/src/SASxport.c 2014-07-21 14:51:44 UTC (rev 1862) +++ trunk/SASxport/src/SASxport.c 2014-07-21 16:23:28 UTC (rev 1863) @@ -741,10 +741,6 @@ tmpchar = record + dataPosition[k]; if(dataType[k] == REALSXP) { -#ifdef BIGENDIAN - reverse_double(tmpchar); -#endif - REAL(VECTOR_ELT(data, k))[j] = get_IBM_double(tmpchar, dataWidth[k]); } Modified: trunk/SASxport/src/SASxport.h =================================================================== --- trunk/SASxport/src/SASxport.h 2014-07-21 14:51:44 UTC (rev 1862) +++ trunk/SASxport/src/SASxport.h 2014-07-21 16:23:28 UTC (rev 1863) @@ -28,8 +28,6 @@ #include "foreign.h" #include "swap_bytes.h" #include <errno.h> -#include "to_bigend.h" -#include "ibm2ieee.h" /* double cnxptiee(double from, int fromtype, int totype); */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |