* src/SDCCsymt.h,
[fw/sdcc] / src / SDCCval.h
index 92e622fbb4972d45629129e034b214d640f3d936..d49495a85157e5a5e050fb578b39dcc99d4b77f0 100644 (file)
@@ -57,6 +57,7 @@ typedef struct initList
   {
     int type;
     int lineno;
+    char *filename;
     union
       {
        struct ast *node;