Mercurial > hg > CbC > old > device
view mc-macro.h @ 554:dc677ac7a744
emit_pop_free kills creg after emit_copy.
author | kono |
---|---|
date | Thu, 05 Jan 2006 23:37:19 +0900 |
parents | 6b0fd56848e6 |
children | e055df7c1082 |
line wrap: on
line source
/* mc-macro.c */ extern void macro_expansion(NMTBL *nptrm); extern int macroeq(char *n); extern void check_macro_eof(); extern void getline(void); extern void macro_define(char *macro); extern char *chinput; extern char *mappend(int lists,char **result); extern int in_macro_if;