cast
This commit is contained in:
parent
3fe9465ac9
commit
8bda92cce2
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ pushsrc(int type, char *ptr) /* new input source */
|
|||
srcp->type = type;
|
||||
srcp->sp = ptr;
|
||||
if (dbg > 1) {
|
||||
printf("\n%3d ", (long)(srcp - src));
|
||||
printf("\n%3ld ", (long)(srcp - src));
|
||||
switch (srcp->type) {
|
||||
case File:
|
||||
printf("push file %s\n", ((Infile *)ptr)->fname);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue