CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2015/09/15 14:59:05
Modified files: bin/ksh : shf.c Log message: Expand the one use of POP_INT() macro into if()s and fix some errors (now that llnum is long long, int needs to be sign extended on all platforms, not just when sizeof(int) < sizeof(long); and sign extend %ld, %li and %i as well as %d. Also simplify the code for %p since pointers are always sizeof (long). ok tedu