Mercurial > hg > CbC > old > device
diff mc-inline.c @ 561:de0b0380c461
comments
author | kono |
---|---|
date | Sat, 07 Jan 2006 19:46:27 +0900 |
parents | 528fed826f17 |
children | ddc435b64fc8 |
line wrap: on
line diff
--- a/mc-inline.c Sat Jan 07 18:11:53 2006 +0900 +++ b/mc-inline.c Sat Jan 07 19:46:27 2006 +0900 @@ -625,6 +625,9 @@ return list4(car(e),pexpr(cadr(e)),e1,cadddr(e)); } +// handle local variable declaration +// initialization is accumrated in parse tree +// should consider int k=some_compile_time_constant; static int p_decl(int e) {