mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 15:43:01 +00:00 
			
		
		
		
	Move AvailabilityMacros.h import into util.c
This commit is contained in:
		| @@ -39,10 +39,6 @@ | |||||||
| #include <sys/stat.h> | #include <sys/stat.h> | ||||||
| #include <signal.h> | #include <signal.h> | ||||||
|  |  | ||||||
| #ifdef JANET_APPLE |  | ||||||
| #include <AvailabilityMacros.h> |  | ||||||
| #endif |  | ||||||
|  |  | ||||||
| #ifdef JANET_WINDOWS | #ifdef JANET_WINDOWS | ||||||
| #include <windows.h> | #include <windows.h> | ||||||
| #include <direct.h> | #include <direct.h> | ||||||
|   | |||||||
| @@ -36,6 +36,10 @@ | |||||||
| #endif | #endif | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
|  | #ifdef JANET_APPLE | ||||||
|  | #include <AvailabilityMacros.h> | ||||||
|  | #endif | ||||||
|  |  | ||||||
| #include <inttypes.h> | #include <inttypes.h> | ||||||
|  |  | ||||||
| /* Base 64 lookup table for digits */ | /* Base 64 lookup table for digits */ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jason Pepas
					Jason Pepas