If ugflag (indicating a character from the file being parsed has been
authorkrw <krw@openbsd.org>
Sat, 18 Jan 2014 01:41:28 +0000 (01:41 +0000)
committerkrw <krw@openbsd.org>
Sat, 18 Jan 2014 01:41:28 +0000 (01:41 +0000)
commit64c503aeeb73cb9ebf6340424ec616711750a0a5
tree3f213ed1c853d80cb423cbd5b149ab371cb6ee79
parent0f201678ba638e1809855602032d2ef35075cc2b
If ugflag (indicating a character from the file being parsed has been
unget()'ed) is set, then properly set the lexchar position back one in
get_token() so more error messages put the '^' in the proper spot.
sbin/dhclient/conflex.c