Mercurial > hg > CbC > old > device
diff mc-code.h @ 308:e1d17d6adfcc
struct field init (first try, no compile error)
author | kono |
---|---|
date | Thu, 10 Jun 2004 16:24:15 +0900 |
parents | 9df8aa0497ea |
children | f73b93de216a |
line wrap: on
line diff
--- a/mc-code.h Wed Jun 09 23:01:18 2004 +0900 +++ b/mc-code.h Thu Jun 10 16:24:15 2004 +0900 @@ -206,6 +206,9 @@ extern void free_register(int i) ; extern int pop_register(void); extern void emit_pop_free(int xreg); +extern void emit_data(int e, int t, NMTBL *n); +extern void emit_data_closing(NMTBL *n); + // extern int use_int(int); // extern int use_float(int);