diff --git a/source/compiler/sc2.c b/source/compiler/sc2.c index eac9ed2..17f5327 100644 --- a/source/compiler/sc2.c +++ b/source/compiler/sc2.c @@ -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);