mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 17:30:50 +00:00
Merge branch 'cc65:master' into master
This commit is contained in:
commit
ab9db5b503
@ -102,7 +102,7 @@ extern struct _timezone {
|
|||||||
# define CLOCKS_PER_SEC 135 /* FIXME */
|
# define CLOCKS_PER_SEC 135 /* FIXME */
|
||||||
#elif defined(__GEOS__)
|
#elif defined(__GEOS__)
|
||||||
# define CLOCKS_PER_SEC 1
|
# define CLOCKS_PER_SEC 1
|
||||||
#else
|
#elif defined(__ATARI__) || defined (__LYNX__)
|
||||||
/* Read the clock rate at runtime */
|
/* Read the clock rate at runtime */
|
||||||
clock_t _clocks_per_sec (void);
|
clock_t _clocks_per_sec (void);
|
||||||
# define CLOCKS_PER_SEC _clocks_per_sec()
|
# define CLOCKS_PER_SEC _clocks_per_sec()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user