]> git.gag.com Git - fw/sdcc/blobdiff - src/SDCCval.h
Fixed some more intialization things
[fw/sdcc] / src / SDCCval.h
index 23b03936be455fb3f52a54ecc238d211e68c9e24..3751bc6d654237cf14973ef4a645c6129a33ae52 100644 (file)
@@ -95,5 +95,5 @@ value                   *constFloatVal    (char *               );
 int                      getNelements     (link *, initList *   );
 value                   *valForArray      (struct ast  *        );
 value                   *valForStructElem (struct ast  *, struct ast *);
+value                   *valForCastAggr   (struct ast *, link *, struct ast *, int ) ;
 #endif