src/SDCCmain.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
[fw/sdcc] / src / SDCCval.c
index d944b5c8cd38ec6fed8f35ac4946bc1250d6854b..edd9c25b82ee14dc58df776f56013e9341f10713 100644 (file)
@@ -56,7 +56,7 @@ newiList (int type, void *ilist)
   nilist = Safe_alloc (sizeof (initList));
 
   nilist->type = type;
-  nilist->lineno = yylineno;
+  nilist->lineno = mylineno;
 
   switch (type)
     {