summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
diff options
context:
space:
mode:
authordas <das>2008-04-02 21:32:32 (GMT)
committerdas <das>2008-04-02 21:32:32 (GMT)
commitb6aa2d67518ad50fdd96a64bd175d9ab6d8cbf02 (patch)
treea561d1b1c33b5cc093840e3640e2c0eee7854dca /generic/tkInt.h
parentd80afd9403e34db5407b5d005f40f1b69aae8267 (diff)
downloadtk-b6aa2d67518ad50fdd96a64bd175d9ab6d8cbf02.zip
tk-b6aa2d67518ad50fdd96a64bd175d9ab6d8cbf02.tar.gz
tk-b6aa2d67518ad50fdd96a64bd175d9ab6d8cbf02.tar.bz2
* generic/tkDecls.h: make genstubs
* generic/tkIntDecls.h: * generic/tkIntPlatDecls.h: * generic/tkIntXlibDecls.h: * generic/tkPlatDecls.h: * generic/tkStubInit.c:
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r--generic/tkInt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h
index 7ae4bee..039d28e 100644
--- a/generic/tkInt.h
+++ b/generic/tkInt.h
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: $Id: tkInt.h,v 1.82 2008/03/26 19:04:09 jenglish Exp $
+ * RCS: $Id: tkInt.h,v 1.83 2008/04/02 21:32:32 das Exp $
*/
#ifndef _TKINT
@@ -43,7 +43,7 @@
# ifdef BIG_ENDIAN
# if BYTE_ORDER == BIG_ENDIAN
# undef WORDS_BIGENDIAN
-# define WORDS_BIGENDIAN
+# define WORDS_BIGENDIAN 1
# endif
# endif
# ifdef LITTLE_ENDIAN