Mercurial > hg > CbC > old > device
diff mc-codegen.h @ 547:9defd9459016
*** empty log message ***
author | kono |
---|---|
date | Tue, 03 Jan 2006 12:02:26 +0900 |
parents | 492f06738550 |
children | 74bbea56b8e5 |
line wrap: on
line diff
--- a/mc-codegen.h Mon Jan 02 17:37:15 2006 +0900 +++ b/mc-codegen.h Tue Jan 03 12:02:26 2006 +0900 @@ -90,6 +90,7 @@ extern int g_expr_u(int e1); extern int is_const(int e); extern int is_memory(int e); +extern int is_local_memory(int e1); extern int is_code(NMTBL *fnptr); extern int is_function(NMTBL *fnptr); extern int is_inline(NMTBL *fnptr);