* src/SDCCsymt.h,
[fw/sdcc] / src / SDCCval.c
index a0d5e15c31b90aebdb88f2112aaf271fa3f8812e..e72baee3c2e524f43b7148ad63eaf424f5901978 100644 (file)
@@ -57,6 +57,7 @@ newiList (int type, void *ilist)
 
   nilist->type = type;
   nilist->lineno = mylineno;
+  nilist->filename = currFname;
 
   switch (type)
     {