- Split out error case where input to Var_Parse() is "$", only a
authorMax Okumoto <okumoto@dragonflybsd.org>
Wed, 9 Feb 2005 06:03:05 +0000 (06:03 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Wed, 9 Feb 2005 06:03:05 +0000 (06:03 +0000)
commitd8aee9f20340424c5e2e77fdee0f8af88cea4559
treebe74243078fa131282f71bf92c9f7988a01157b4
parent250d127ca3bd1be6d2d999ed48747985c99b15e0
- Split out error case where input to Var_Parse() is "$", only a
  dollar sign.
- Make default case an explicit error instead of falling out of the
  switch statment into another error case.
usr.bin/make/var.c