Mercurial > hg > CbC > old > device
diff mc-code.h @ 616:2ba903c8e749
builtin_fabs
builtin_inf()
author | kono |
---|---|
date | Wed, 06 Sep 2006 20:58:03 +0900 |
parents | e055df7c1082 |
children | 0554b7f985ee |
line wrap: on
line diff
--- a/mc-code.h Wed Sep 06 15:21:06 2006 +0900 +++ b/mc-code.h Wed Sep 06 20:58:03 2006 +0900 @@ -278,6 +278,10 @@ #endif extern void code_alloca(int e,int reg); +extern void code_builtin_fabsf(int e); +extern void code_builtin_fabs(int e); +extern void code_builtin_inff(); +extern void code_builtin_inf(); extern void code_arg_register(NMTBL *fnptr); extern int get_register();