[Python-checkins] CVS: python/dist/src/Mac/Modules/te _TEmodule.c,1.2,1.3
Jack Jansen
jackjansen@users.sourceforge.net
2001年9月05日 03:29:23 -0700
Update of /cvsroot/python/python/dist/src/Mac/Modules/te
In directory usw-pr-cvs1:/tmp/cvs-serv11247/python/Mac/Modules/te
Modified Files:
_TEmodule.c
Log Message:
Shut up many more gcc warnings.
Index: _TEmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/te/_TEmodule.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** _TEmodule.c 2001年09月04日 22:17:03 1.2
--- _TEmodule.c 2001年09月05日 10:29:21 1.3
***************
*** 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 */
***************
*** 114,118 ****
Py_INCREF(Py_None);
_res = Py_None;
- text__error__: ;
return _res;
}
--- 118,121 ----
***************
*** 252,256 ****
Py_INCREF(Py_None);
_res = Py_None;
- text__error__: ;
return _res;
}
--- 255,258 ----
***************
*** 532,536 ****
Py_INCREF(Py_None);
_res = Py_None;
- text__error__: ;
return _res;
}
--- 534,537 ----
***************
*** 874,878 ****
Py_INCREF(Py_None);
_res = Py_None;
- text__error__: ;
return _res;
}
--- 875,878 ----