Drop the unused second argument from set_prompt(). It used to be used for
authortb <tb@openbsd.org>
Thu, 7 Dec 2017 01:54:33 +0000 (01:54 +0000)
committertb <tb@openbsd.org>
Thu, 7 Dec 2017 01:54:33 +0000 (01:54 +0000)
commit311eb4a59b5d52ead9001ec9408f38ab525c224f
tree4c7714068f7392d7ca19bd9d4d23af5538a41336
parentb356b55ad8014ed97bcedebd48e9f2df6d279b51
Drop the unused second argument from set_prompt(). It used to be used for
early special casing of ! and !! in the PS1 expansion. This was removed
from set_prompt() as part of the implementaion of the character count
toggles \[ and \] back in 2004.

ok jca
bin/ksh/c_sh.c
bin/ksh/lex.c
bin/ksh/lex.h
bin/ksh/main.c