inpcom.c, fcn tprint: level information no longer available
This commit is contained in:
parent
9b482cda1e
commit
86eea1c672
|
|
@ -5723,10 +5723,6 @@ tprint(struct line *t, int numb)
|
|||
for (tmp = t; tmp; tmp = tmp->li_next)
|
||||
if (*(tmp->li_line) != '*') {
|
||||
fprintf(fd, "%6d %6d %s", tmp->li_linenum_orig, tmp->li_linenum, tmp->li_line);
|
||||
fprintf(fd, " level: ");
|
||||
struct nscope *x = tmp->level;
|
||||
for (; x; x = x->next)
|
||||
fprintf(fd, "/%p", tmp->level); /* fixme */
|
||||
fprintf(fd, "\n");
|
||||
}
|
||||
fprintf(fd, "\n*********************************************************************************\n");
|
||||
|
|
|
|||
Loading…
Reference in New Issue