more pointers

This commit is contained in:
rsc 2005-12-30 17:43:57 +00:00
parent 5b23583d1f
commit 85f595382f

View file

@ -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");