mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 07:33:01 +00:00 
			
		
		
		
	alloca
This commit is contained in:
		| @@ -30,6 +30,8 @@ | |||||||
|  |  | ||||||
| #ifdef _MSC_VER | #ifdef _MSC_VER | ||||||
| #define alloca _alloca | #define alloca _alloca | ||||||
|  | #else | ||||||
|  | #include <alloca.h> | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
| #define JANET_FFI_MAX_RECUR 64 | #define JANET_FFI_MAX_RECUR 64 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose