Fix #file directive not adding files to debug info

This commit is contained in:
Zeex 2014-08-05 00:03:59 +07:00
parent 5cf3b0977b
commit e04192699c

View File

@ -1015,6 +1015,7 @@ static int command(void)
inpfname=duplicatestring(pathname);
if (inpfname==NULL)
error(103); /* insufficient memory */
insert_dbgfile(inpfname);
} /* if */
} /* if */
check_empty(lptr);