Commit ID: 1004FA4373D2C11CAC3
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/05/04 20:08:27 UTC
Modified files:
bin/mksh : funcs.c misc.c sh.h
Log message:
move bi_getn from misc.c to funcs.c and make it static
even antique gcc versions will usually inline it now
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.212 -r1.213 src/bin/mksh/funcs.c
cvs -R rdiff -kk -upr1.187 -r1.188 src/bin/mksh/misc.c
cvs -R rdiff -kk -upr1.551 -r1.552 src/bin/mksh/sh.h