Skip to content

Commit

Permalink
Fix #file directive not adding files to debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeex committed Aug 4, 2014
1 parent 5cf3b09 commit e041926
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/compiler/sc2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e041926

Please sign in to comment.