Mercurial > hg > CbC > old > device
view mc-macro.h @ 473:f8ba383dbc39 mips-float-arg-fix
MIPS float arg/int arg mix fix.
author | kono |
---|---|
date | Tue, 08 Nov 2005 16:55:51 +0900 |
parents | da2e3f2d127d |
children | 6b0fd56848e6 |
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 int in_macro_if;