[R-gregmisc-users] SF.net SVN: r-gregmisc:[1854] trunk/SASxport/src/writeSAS.h
Brought to you by:
warnes
From: <wa...@us...> - 2014-07-21 13:47:58
|
Revision: 1854 http://sourceforge.net/p/r-gregmisc/code/1854 Author: warnes Date: 2014-07-21 13:47:50 +0000 (Mon, 21 Jul 2014) Log Message: ----------- Move comments about system functions to implement TO_BIGEND{SHORT,INT} to to_bigend.h. Modified Paths: -------------- trunk/SASxport/src/writeSAS.h Modified: trunk/SASxport/src/writeSAS.h =================================================================== --- trunk/SASxport/src/writeSAS.h 2014-07-21 13:44:38 UTC (rev 1853) +++ trunk/SASxport/src/writeSAS.h 2014-07-21 13:47:50 UTC (rev 1854) @@ -51,10 +51,6 @@ #define ASSERT(x) if(!(x)) error("Assertion failed: x") #endif -/* Alternative definition using system functions: */ -/* #define TO_BIGEND_SHORT(a) (a) = htons( a ) */ -/* #define TO_BIGEND_INT(a) (a) = htonl( a ) */ - /***** * File Record Structures *****/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |