Improved label handling and handling of jumps to jumps

This commit is contained in:
ceriel
1989-02-06 14:39:08 +00:00
parent e0c7813927
commit 929716a621
4 changed files with 52 additions and 18 deletions

View File

@@ -44,7 +44,7 @@ badassertion(file,line) char *file; unsigned line; {
optim(n) {
fprintf(stderr,"Made optimization %d",n);
if (inpro)
if (prodepth)
fprintf(stderr," (%.*s)",IDL,curpro.symbol->s_name);
fprintf(stderr,"\n");
}