]> granicus.if.org Git - python/commitdiff
Squash compiler wng about signed/unsigned mismatch.
authorTim Peters <tim.peters@gmail.com>
Thu, 18 Oct 2001 18:57:31 +0000 (18:57 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 18 Oct 2001 18:57:31 +0000 (18:57 +0000)
Python/frozen.c

index e40d5d94c9ff8d774cdeb5015b13520af1af7e9c..3b0c372bca29c5e7c21e2ca63cc7ed1006064d26 100644 (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 */