codea: refactor
[uebersetzerbau-ss10.git] / codea / chelper.h
index 9336fd6f37ed100ccb44285b333978a4a3f5703c..396859cc9a1676237a7876eced49216e8fcad568 100644 (file)
@@ -1,7 +1,8 @@
 #ifndef __CHELPER_H
 #define __CHELPER_H
 void func_header(char *s);
-char *next_reg(char *s, short skip);
+void func_footer(void);
+char *next_reg(char *s, short skip, int params);
 char *param_reg(int num);
 void ret(void);
 void move(char *src, char *dest);