diff options
author | hobbs <hobbs> | 2005-10-10 20:29:49 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2005-10-10 20:29:49 (GMT) |
commit | 7e733ab325057aac1e7d23f4e6dda37e65bce9d2 (patch) | |
tree | 8dff482ab66b267064ff77683b382c9f74fedb13 /macosx/tkMacOSXInt.h | |
parent | 9500cbcc13a4de799d51779752efd4fecdfba4ea (diff) | |
download | tk-7e733ab325057aac1e7d23f4e6dda37e65bce9d2.zip tk-7e733ab325057aac1e7d23f4e6dda37e65bce9d2.tar.gz tk-7e733ab325057aac1e7d23f4e6dda37e65bce9d2.tar.bz2 |
* macosx/tkMacOSXInt.h: Move MODULE_SCOPE defn to tkInt.h and add
* generic/tkInt.h: WORDS_BIGENDIAN checks that will work with
OS X universal binary compiles. (steffen)
Diffstat (limited to 'macosx/tkMacOSXInt.h')
-rw-r--r-- | macosx/tkMacOSXInt.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/macosx/tkMacOSXInt.h b/macosx/tkMacOSXInt.h index 81e8e72..8bb1ad5 100644 --- a/macosx/tkMacOSXInt.h +++ b/macosx/tkMacOSXInt.h @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXInt.h,v 1.9 2005/10/04 21:46:31 hobbs Exp $ + * RCS: @(#) $Id: tkMacOSXInt.h,v 1.10 2005/10/10 20:29:49 hobbs Exp $ */ #ifndef _TKMACINT @@ -33,14 +33,6 @@ #include <Carbon/Carbon.h> -/* - * Should be defined by configure, but some extensions may access - * this file without setting it. - */ -#ifndef MODULE_SCOPE -#define MODULE_SCOPE __private_extern__ -#endif - struct TkWindowPrivate { TkWindow *winPtr; /* Ptr to tk window or NULL if Pixmap */ CGrafPtr grafPtr; |