CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/12/27 06:02:57
Modified files:
bin/ksh : Makefile c_ksh.c c_sh.c edit.c emacs.c exec.c
lex.c misc.c sh.h table.c table.h var.c
Log message:
Add -Wshadow to Makefile and fix the resulting warnings. Many of
the warnings are due to the use of globals with generic names,
specifically "options" and "path". I've renamed "options" to
"sh_options" since it holds the shell options and "path" to
"search_path". OK jca@ tb@
