initial import of the gamate stuff

This commit is contained in:
mrdudz
2015-11-14 13:15:29 +01:00
parent b6f429f934
commit 60285097e3
18 changed files with 1112 additions and 0 deletions

View File

@@ -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 */