[Python-checkins] CVS: python/dist/src/Mac/Modules/mlte _Mltemodule.c,1.3,1.4

Jack Jansen jackjansen@users.sourceforge.net
Wed, 05 Sep 2001 03:29:51 -0700


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

Modified Files:
	_Mltemodule.c 
Log Message:
Shut up many more gcc warnings.

Index: _Mltemodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/mlte/_Mltemodule.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** _Mltemodule.c	2001/09/04 22:18:01	1.3
--- _Mltemodule.c	2001/09/05 10:29:49	1.4
***************
*** 6,11 ****
--- 6,15 ----
  
  
+ #ifdef _WIN32
+ #include "pywintoolbox.h"
+ #else
  #include "macglue.h"
  #include "pymactoolbox.h"
+ #endif
  
  /* Macro to test whether a weak-loaded CFM function exists */
***************
*** 684,688 ****
  	Py_INCREF(Py_None);
  	_res = Py_None;
-  iDataPtr__error__: ;
  	return _res;
  }
--- 688,691 ----