Mercurial > hg > CbC > old > device
comparison mc-code-powerpc.c @ 185:427008a06333
comment
author | kono |
---|---|
date | Mon, 01 Dec 2003 03:24:30 +0900 |
parents | e1e9ec8c96a7 |
children | 6391432ca002 |
comparison
equal
deleted
inserted
replaced
184:4bf42b2df5d7 | 185:427008a06333 |
---|---|
301 code_init(void) | 301 code_init(void) |
302 { | 302 { |
303 macro_define("__ppc__ 1\n"); | 303 macro_define("__ppc__ 1\n"); |
304 macro_define("__BIG_ENDIAN__ 1\n"); | 304 macro_define("__BIG_ENDIAN__ 1\n"); |
305 // macro_define("_BSD_CT_RUNE_T_ int\n"); | 305 // macro_define("_BSD_CT_RUNE_T_ int\n"); |
306 macro_define("__STDC__ 1\n"); | |
306 init_ptr_cache(); | 307 init_ptr_cache(); |
307 } | 308 } |
308 | 309 |
309 void | 310 void |
310 gexpr_code_init(void){ | 311 gexpr_code_init(void){ |