CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/22 19:14:07
Modified files:
bin/ksh : sh.h
Removed files:
bin/ksh : proto.h
Log message:
proto.h contains many function prototypes. It's apparently separate from
sh.h because the pdksh devs used a prototype generator (last run in
1992). Merging it into sh.h makes things clearer.
ok nicm@
