X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2FSDCCval.h;h=61217835db23848e3b47236efe06e4d959df406a;hb=1efca62b20292a5ee6595f5ccab4337f6b38a374;hp=03b7dd138a1dfa8f05166678d9c222c4178795ee;hpb=c6fc407e1e4bf2a52848dd924a9b10d6200874ec;p=fw%2Fsdcc diff --git a/src/SDCCval.h b/src/SDCCval.h index 03b7dd13..61217835 100644 --- a/src/SDCCval.h +++ b/src/SDCCval.h @@ -47,7 +47,6 @@ typedef struct value symbol *sym; /* Original Symbol */ struct value *next; /* used in initializer list */ unsigned vArgs:1; /* arg list ended with variable arg */ - } value; @@ -146,6 +145,6 @@ value *valForArray (struct ast *); value *valForStructElem (struct ast *, struct ast *); value *valForCastAggr (struct ast *, sym_link *, struct ast *, int); value *valForCastArr (struct ast * , sym_link *); -bool convertIListToConstList(initList *src, literalList **lList); +bool convertIListToConstList(initList *src, literalList **lList, int size); literalList *copyLiteralList(literalList *src); #endif