fix crash #1 on osx

This commit is contained in:
Scott Sadler
2018-08-17 13:24:32 -03:00
parent 79887a0987
commit 0af81154e3

View File

@@ -56,8 +56,8 @@ typedef struct CCType {
/* /*
* Globals * Globals
*/ */
struct CCType *CCTypeRegistry[32]; extern struct CCType *CCTypeRegistry[16];
int CCTypeRegistryLength; extern int CCTypeRegistryLength;
/* /*