Squash compiler wng about signed/unsigned mismatch.

This commit is contained in:
Tim Peters 2001-10-18 18:57:31 +00:00
parent 8f4d3316de
commit 84a0657ee9

View file

@ -21,7 +21,7 @@ static unsigned char M___hello__[] = {
0,0,0,0,
};
#define SIZE sizeof(M___hello__)
#define SIZE (int)sizeof(M___hello__)
static struct _frozen _PyImport_FrozenModules[] = {
/* Test module */