Mercurial > hg > CbC > old > device
view mc-macro.h @ 532:cecf5103679e
cond fix
author | kono |
---|---|
date | Fri, 30 Dec 2005 13:36:17 +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;