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

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


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

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

Index: _AEmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/ae/_AEmodule.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** _AEmodule.c	2001/09/04 22:19:14	1.3
--- _AEmodule.c	2001/09/05 10:31:13	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 */
***************
*** 159,163 ****
  	Py_INCREF(Py_None);
  	_res = Py_None;
-  dataPtr__error__: ;
  	return _res;
  }
--- 163,166 ----
***************
*** 303,307 ****
  	Py_INCREF(Py_None);
  	_res = Py_None;
-  dataPtr__error__: ;
  	return _res;
  }
--- 306,309 ----
***************
*** 518,522 ****
  	Py_INCREF(Py_None);
  	_res = Py_None;
-  dataPtr__error__: ;
  	return _res;
  }
--- 520,523 ----
***************
*** 828,832 ****
  	_res = Py_BuildValue("O&",
  	                     AEDesc_New, &result);
-  dataPtr__error__: ;
  	return _res;
  }
--- 829,832 ----
***************
*** 852,856 ****
  	_res = Py_BuildValue("O&",
  	                     AEDesc_New, &result);
-  dataPtr__error__: ;
  	return _res;
  }
--- 852,855 ----
***************
*** 876,880 ****
  	_res = Py_BuildValue("O&",
  	                     AEDesc_New, &resultList);
-  factoringPtr__error__: ;
  	return _res;
  }
--- 875,878 ----
***************
*** 931,935 ****
  	_res = Py_BuildValue("O&",
  	                     AEDesc_New, &theAEDesc);
-  dataPtr__error__: ;
  	return _res;
  }
--- 929,932 ----