[Python-checkins] CVS: python/dist/src/Mac/Wastemods WEObjectHandlers.h,1.1,1.2 WETabHooks.h,1.1,1.2 WETabs.c,1.1,1.2 WETabs.h,1.1,1.2

Jack Jansen jackjansen@users.sourceforge.net
Sun, 09 Dec 2001 15:08:57 -0800


Update of /cvsroot/python/python/dist/src/Mac/Wastemods
In directory usw-pr-cvs1:/tmp/cvs-serv21976/Mac/Wastemods

Modified Files:
	WEObjectHandlers.h WETabHooks.h WETabs.c WETabs.h 
Log Message:
Mods to make WASTE module compile and link for MachoPython. Not tested
any further, yet.


Index: WEObjectHandlers.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Wastemods/WEObjectHandlers.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** WEObjectHandlers.h	2001/02/15 22:56:40	1.1
--- WEObjectHandlers.h	2001/12/09 23:08:54	1.2
***************
*** 6,10 ****
  	All Rights Reserved
  */
! 
  #ifndef _WASTE_
  #include "WASTE.h"
--- 6,12 ----
  	All Rights Reserved
  */
! #ifndef WITHOUT_FRAMEWORKS
! #include <Carbon/Carbon.h>
! #endif
  #ifndef _WASTE_
  #include "WASTE.h"

Index: WETabHooks.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Wastemods/WETabHooks.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** WETabHooks.h	2001/02/15 22:56:40	1.1
--- WETabHooks.h	2001/12/09 23:08:54	1.2
***************
*** 11,14 ****
--- 11,17 ----
  
  
+ #ifndef WITHOUT_FRAMEWORKS
+ #include <Carbon/Carbon.h>
+ #endif
  #ifndef _WASTE_
  #include "WASTE.h"

Index: WETabs.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Wastemods/WETabs.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** WETabs.c	2001/02/15 22:56:40	1.1
--- WETabs.c	2001/12/09 23:08:54	1.2
***************
*** 11,15 ****
  #include "WETabHooks.h"
  
! #ifndef __ERRORS__
  #include <Errors.h>
  #endif
--- 11,15 ----
  #include "WETabHooks.h"
  
! #if !defined(__ERRORS__) && defined(WITHOUT_FRAMEWORKS)
  #include <Errors.h>
  #endif

Index: WETabs.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Wastemods/WETabs.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** WETabs.h	2001/02/15 22:56:41	1.1
--- WETabs.h	2001/12/09 23:08:54	1.2
***************
*** 13,16 ****
--- 13,19 ----
  
  
+ #ifndef WITHOUT_FRAMEWORKS
+ #include <Carbon/Carbon.h>
+ #endif
  #ifndef _WASTE_
  #include "WASTE.h"