[Python-checkins] CVS: python/dist/src/Mac/Modules/ae aesupport.py,1.21,1.22

Jack Jansen jackjansen@users.sourceforge.net
Wed, 20 Jun 2001 14:44:40 -0700


Update of /cvsroot/python/python/dist/src/Mac/Modules/ae
In directory usw-pr-cvs1:/tmp/cvs-serv4957/Python/Mac/Modules/ae

Modified Files:
	aesupport.py 
Log Message:
Got rid of a silly #if.

Index: aesupport.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/ae/aesupport.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** aesupport.py	2001/06/20 20:53:38	1.21
--- aesupport.py	2001/06/20 21:44:38	1.22
***************
*** 156,160 ****
  initstuff = initstuff + """
  	upp_AEIdleProc = NewAEIdleUPP(AEIdleProc);
! #if UNIVERSAL_INTERFACES_VERSION >= 0x0340
  	upp_GenericEventHandler = NewAEEventHandlerUPP(&GenericEventHandler);
  #else
--- 156,160 ----
  initstuff = initstuff + """
  	upp_AEIdleProc = NewAEIdleUPP(AEIdleProc);
! #if UNIVERSAL_INTERFACES_VERSION >= 0x03400
  	upp_GenericEventHandler = NewAEEventHandlerUPP(&GenericEventHandler);
  #else