ulong isn't defined anywhere (maybe on linux it is.. but not standard on OS X)

This commit is contained in:
Edward Rudd 2013-12-31 16:24:56 -05:00
parent b1a2569dff
commit 5b4e512dc6
2 changed files with 2 additions and 2 deletions

View File

@ -226,7 +226,7 @@ static void runRMXPScripts()
VALUE scriptString = rb_ary_entry(script, 2);
int result = Z_OK;
ulong bufferLen;
unsigned long bufferLen;
while (true)
{

View File

@ -303,7 +303,7 @@ runRMXPScripts(mrb_state *mrb, mrbc_context *ctx)
(void) scriptChksum;
int result = Z_OK;
ulong bufferLen;
unsigned long bufferLen;
while (true)
{