[Python-checkins] python/dist/src/Mac/Modules/carbonevt CarbonEvtsupport.py, 1.13, 1.14 _CarbonEvtmodule.c, 1.14, 1.15

jackjansen at users.sourceforge.net jackjansen at users.sourceforge.net
Wed Nov 19 11:13:56 EST 2003


Update of /cvsroot/python/python/dist/src/Mac/Modules/carbonevt
In directory sc8-pr-cvs1:/tmp/cvs-serv27894/Mac/Modules/carbonevt

Modified Files:
	CarbonEvtsupport.py _CarbonEvtmodule.c 
Log Message:
Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS:
MacOS9isms.


Index: CarbonEvtsupport.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/carbonevt/CarbonEvtsupport.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** CarbonEvtsupport.py	23 Dec 2002 23:16:21 -0000	1.13
--- CarbonEvtsupport.py	19 Nov 2003 16:13:23 -0000	1.14
***************
*** 75,83 ****
  
  includestuff = r"""
- #ifdef WITHOUT_FRAMEWORKS
- #include <CarbonEvents.h>
- #else
  #include <Carbon/Carbon.h>
- #endif
  
  #include "macglue.h"
--- 75,79 ----

Index: _CarbonEvtmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/carbonevt/_CarbonEvtmodule.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** _CarbonEvtmodule.c	23 Dec 2002 23:16:21 -0000	1.14
--- _CarbonEvtmodule.c	19 Nov 2003 16:13:23 -0000	1.15
***************
*** 6,14 ****
  
  
- #ifdef WITHOUT_FRAMEWORKS
- #include <CarbonEvents.h>
- #else
  #include <Carbon/Carbon.h>
- #endif
  
  #include "macglue.h"
--- 6,10 ----





More information about the Python-checkins mailing list