little fixes

This commit is contained in:
rsc 2004-09-21 01:06:20 +00:00
parent e5c26b01f7
commit 3d5e34e146

View file

@ -23,7 +23,7 @@ void pushsrc(int type, char *ptr) /* new input source */
printf("\n%3d ", srcp - src);
switch (srcp->type) {
case File:
printf("push file %s\n", ((Infile *)ptr)->fname);
printf("push file %s\n", ptr);
break;
case Macro:
printf("push macro <%s>\n", ptr);