mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 14:32:24 +00:00
clang powerpc platform
This commit is contained in:
parent
ad8e18c777
commit
61ef35ff33
21 changed files with 329 additions and 21 deletions
|
|
@ -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>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue