diff DOCS/tech/colorspaces.txt @ 29401:f01023c524c3

Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
author diego
date Sun, 26 Jul 2009 19:53:00 +0000
parents 786628f8db88
children 0ad2da052b2e
line wrap: on
line diff
--- a/DOCS/tech/colorspaces.txt	Sun Jul 26 19:38:22 2009 +0000
+++ b/DOCS/tech/colorspaces.txt	Sun Jul 26 19:53:00 2009 +0000
@@ -154,5 +154,5 @@
 the pixel into an integer and use bitmasks.
 
 When the above portable access methods are not used, you will need to write
-2 versions of your code, and use #ifdef WORDS_BIGENDIAN to choose the correct
+2 versions of your code, and use #if HAVE_BIGENDIAN to choose the correct
 one.