64-bit fixes
This commit is contained in:
parent
30d57c7489
commit
98f7b73f93
3 changed files with 8 additions and 8 deletions
|
|
@ -26,7 +26,7 @@ void pushsrc(int type, char *ptr) /* new input source */
|
|||
srcp->type = type;
|
||||
srcp->sp = ptr;
|
||||
if (dbg > 1) {
|
||||
printf("\n%3d ", (int) (srcp - src));
|
||||
printf("\n%3d ", (int)(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