Remove the define NOT, replace it with '!'. No binary change.
authormmcc <mmcc@openbsd.org>
Mon, 19 Oct 2015 17:15:53 +0000 (17:15 +0000)
committermmcc <mmcc@openbsd.org>
Mon, 19 Oct 2015 17:15:53 +0000 (17:15 +0000)
commitcff6084900b80ba0a12236432e3879ee369ac49c
tree1fa501bda95495b92d0bed4e580fb0ea7afe570a
parentbe2497dc1ad22299d357b07479d2a8e025cff56f
Remove the define NOT, replace it with '!'. No binary change.

"The ^ is used in regular expressions and many versions of fnmatch(3)
accept both ! and ^. However, we are never going to accept ^ instead of
! so I think this makes sense" -millert@

"go for it" -nicm@
bin/ksh/eval.c
bin/ksh/misc.c
bin/ksh/sh.h