pike.git/
src/
pike_types.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2022-06-03
2022-06-03 19:28:45 by Marcus Comstedt <marcus@mc.pp.se>
588f34fd686fc63b5c26ea9b1e9730a539a11be2 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
master
Compiler
[Typechecker]
: Fix warning
2600:
break; default: if (s->cdr) {
-
fprintf(stderr, ",0x%
08lx
)", CDR_TO_INT(s));
+
fprintf(stderr, ",0x%
08"PRINTPTRDIFFT"x
)", CDR_TO_INT(s));
} else { fprintf(stderr, ")"); }