initial import of the gamate stuff
This commit is contained in:
@@ -102,6 +102,9 @@ unsigned _clocks_per_sec (void);
|
||||
#elif defined(__PCE__)
|
||||
# define CLK_TCK 60 /* POSIX */
|
||||
# define CLOCKS_PER_SEC 60 /* ANSI */
|
||||
#elif defined(__GAMATE__)
|
||||
# define CLK_TCK 60 /* POSIX */ /* FIXME */
|
||||
# define CLOCKS_PER_SEC 60 /* ANSI */ /* FIXME */
|
||||
#elif defined(__GEOS__)
|
||||
# define CLK_TCK 1 /* POSIX */
|
||||
# define CLOCKS_PER_SEC 1 /* ANSI */
|
||||
|
||||
Reference in New Issue
Block a user