Exppython: small update to fix a warning and a compile problem.

This commit is contained in:
2003-07-05 01:44:32 +00:00
parent aa820ec420
commit 3328cf0d2d
3 changed files with 5 additions and 5 deletions

View File

@@ -55,7 +55,7 @@
/* Python World_Type callback function prototypes: */
/*****************************************************************************/
static void World_DeAlloc (BPy_World *self);
static int World_Print (BPy_World *self, FILE *fp, int flags);
//static int World_Print (BPy_World *self, FILE *fp, int flags);
static int World_SetAttr (BPy_World *self, char *name, PyObject *v);
static int World_Compare (BPy_World *a, BPy_World *b);
static PyObject *World_GetAttr (BPy_World *self, char *name);