* src/SDCCast.c (processParams): added new type flow and restructured
[fw/sdcc] / src / SDCCval.h
index b783970805403048de1ca9dffd49ff010fca5337..92e622fbb4972d45629129e034b214d640f3d936 100644 (file)
@@ -104,7 +104,7 @@ initList *copyIlist (initList *);
 double list2int (initList *);
 value *list2val (initList *);
 struct ast *list2expr (initList *);
-void resolveIvalSym (initList *);
+void resolveIvalSym (initList *, sym_link *);
 value *valFromType (sym_link *);
 value *constFloatVal (char *);
 int getNelements (sym_link *, initList *);