little fixes
This commit is contained in:
parent
e5c26b01f7
commit
3d5e34e146
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ void pushsrc(int type, char *ptr) /* new input source */
|
||||||
printf("\n%3d ", srcp - src);
|
printf("\n%3d ", srcp - src);
|
||||||
switch (srcp->type) {
|
switch (srcp->type) {
|
||||||
case File:
|
case File:
|
||||||
printf("push file %s\n", ((Infile *)ptr)->fname);
|
printf("push file %s\n", ptr);
|
||||||
break;
|
break;
|
||||||
case Macro:
|
case Macro:
|
||||||
printf("push macro <%s>\n", ptr);
|
printf("push macro <%s>\n", ptr);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue