Update of /cvsroot/artoolkit/artoolkit/include/AR
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26413
Modified Files:
config.h.in
Log Message:
Correct comment.
Index: config.h.in
===================================================================
RCS file: /cvsroot/artoolkit/artoolkit/include/AR/config.h.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** config.h.in 25 May 2006 04:08:19 -0000 1.6
--- config.h.in 14 Jun 2006 05:08:07 -0000 1.7
***************
*** 73,77 ****
# undef AR_LITTLE_ENDIAN
# elif defined (__LITTLE_ENDIAN__)
! # undef AR_BIG_ENDIAN // Least significant Byte has least address in memory (i386).
# define AR_LITTLE_ENDIAN
# endif
--- 73,77 ----
# undef AR_LITTLE_ENDIAN
# elif defined (__LITTLE_ENDIAN__)
! # undef AR_BIG_ENDIAN // Least significant Byte has greatest address in memory (i386).
# define AR_LITTLE_ENDIAN
# endif
|