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
1 changed files with 1 additions and 1 deletions

View File

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