ulong isn't defined anywhere (maybe on linux it is.. but not standard on OS X)
This commit is contained in:
		
							parent
							
								
									b1a2569dff
								
							
						
					
					
						commit
						5b4e512dc6
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -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)
 | 
				
			||||||
		{
 | 
							{
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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)
 | 
				
			||||||
		{
 | 
							{
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue