CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/04/09 11:53:36
Modified files:
bin/ksh : c_ksh.c c_sh.c c_test.c c_ulimit.c edit.c
eval.c expr.c mail.c main.c misc.c sh.h table.h
tree.c var.c
regress/bin/ksh: integer.t
Log message:
Support 64 bit integers on 32 bit architectures.
No binary change on amd64 and there should be no differences on any
other 64 bit architecture either (because long = int64_t).
ok cheloha, tb
