cmake build system + OS X support / cleanups for Humble Release #8

Merged
urkle merged 25 commits from OSX into boost 2014-01-01 23:13:17 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 5b4e512dc6 - Show all commits

View File

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

View File

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