]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Got rid of a silly #if.
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 20 Jun 2001 21:44:38 +0000 (21:44 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 20 Jun 2001 21:44:38 +0000 (21:44 +0000)
Mac/Modules/ae/aesupport.py

index eacbee7aee2b662b8c81c3d73d7d1382f5670129..a7351e2e286f635129b1bfa3da845d2765540c36 100644 (file)
@@ -155,7 +155,7 @@ GenericEventHandler(const AppleEvent *request, AppleEvent *reply, refcontype ref
 
 initstuff = initstuff + """
        upp_AEIdleProc = NewAEIdleUPP(AEIdleProc);
-#if UNIVERSAL_INTERFACES_VERSION >= 0x0340
+#if UNIVERSAL_INTERFACES_VERSION >= 0x03400
        upp_GenericEventHandler = NewAEEventHandlerUPP(&GenericEventHandler);
 #else
        upp_GenericEventHandler = NewAEEventHandlerUPP(GenericEventHandler);