clang powerpc platform

This commit is contained in:
norayr 2014-04-13 12:12:44 +04:00
parent ad8e18c777
commit 61ef35ff33
21 changed files with 329 additions and 21 deletions

View file

@ -239,9 +239,10 @@ TYPE
"#include <unistd.h>";
(* for system() *)
PROCEDURE -includeStdlib()
(* commented, doesn't compile on 32bit GNU/Linux platforms
PROCEDURE -includeStdlib()
"#include <stdlib.h>";
*)
(* for nanosleep() *)
PROCEDURE -includeTime()
"#include <time.h>";