[Python-checkins] CVS: python/dist/src/Mac/Modules/evt _Evtmodule.c,1.1,1.2
Jack Jansen
jackjansen@users.sourceforge.net
Wed, 05 Sep 2001 03:30:22 -0700
Update of /cvsroot/python/python/dist/src/Mac/Modules/evt
In directory usw-pr-cvs1:/tmp/cvs-serv11609/python/Mac/Modules/evt
Modified Files:
_Evtmodule.c
Log Message:
Shut up many more gcc warnings.
Index: _Evtmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/evt/_Evtmodule.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** _Evtmodule.c 2001/08/23 14:01:03 1.1
--- _Evtmodule.c 2001/09/05 10:30:20 1.2
***************
*** 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 */
***************
*** 107,111 ****
_res = Py_BuildValue("s#",
(char *)&theKeys__out__, (int)sizeof(KeyMap));
- theKeys__error__: ;
return _res;
}
--- 111,114 ----