This allows `long long x; switch (x) {...}` in C.  Add test in C.
This adapts the code for csa 8 and csb 8 from the existing code for
csa 4 and csb 4, for both i386 and m68020.
		
	
			
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			140 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			140 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| for _, plat in ipairs(vars.plats) do
 | |
| 	acklibrary {
 | |
| 		name = "lib_"..plat,
 | |
| 		srcs = { "./*.s" }, -- csb8.s
 | |
| 		vars = { plat = plat },
 | |
| 	}
 | |
| end
 | |
| 
 |