more pointers
This commit is contained in:
parent
5b23583d1f
commit
85f595382f
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ void popsrc(void) /* restore an old one */
|
||||||
if (srcp <= src)
|
if (srcp <= src)
|
||||||
ERROR "too many inputs popped" FATAL;
|
ERROR "too many inputs popped" FATAL;
|
||||||
if (dbg) {
|
if (dbg) {
|
||||||
printf("%3ld ", (srcp - src));
|
printf("%3ld ", (long)(srcp - src));
|
||||||
switch (srcp->type) {
|
switch (srcp->type) {
|
||||||
case File:
|
case File:
|
||||||
printf("pop file\n");
|
printf("pop file\n");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue