mirror of
https://github.com/cc65/cc65.git
synced 2025-08-16 12:27:49 +00:00
Adjusted to recent change in time.h
This commit is contained in:
@@ -31,6 +31,7 @@
|
|||||||
/* Workaround missing clock stuff */
|
/* Workaround missing clock stuff */
|
||||||
#ifdef __APPLE2__
|
#ifdef __APPLE2__
|
||||||
# define clock() 0
|
# define clock() 0
|
||||||
|
# undef CLK_TCK
|
||||||
# define CLK_TCK 1
|
# define CLK_TCK 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user