[Python-checkins] CVS: python/dist/src/Modules _tkinter.c,1.117,1.118

Jack Jansen jackjansen@users.sourceforge.net
Tue, 07 Aug 2001 08:32:39 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv16491/python/Modules

Modified Files:
	_tkinter.c 
Log Message:
Got rid of (hopefully) the last 68k-mac related ifdefs.

Index: _tkinter.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/_tkinter.c,v
retrieving revision 1.117
retrieving revision 1.118
diff -C2 -d -r1.117 -r1.118
*** _tkinter.c	2001/07/16 19:32:52	1.117
--- _tkinter.c	2001/08/07 15:32:37	1.118
***************
*** 184,197 ****
  staticforward int PyMacConvertEvent(EventRecord *eventPtr);
  
- #if defined(__CFM68K__) && !defined(__USING_STATIC_LIBS__)
- 	#pragma import on
- #endif
- 
  #include <SIOUX.h>
  extern int SIOUXIsAppWindow(WindowPtr);
  
- #if defined(__CFM68K__) && !defined(__USING_STATIC_LIBS__)
- 	#pragma import reset
- #endif
  #endif /* macintosh */
  
--- 184,190 ----