toke.c: Avoid unnecessary uninitialized value msgs
authorKarl Williamson <public@khwilliamson.com>
Thu, 25 Oct 2012 03:35:06 +0000 (21:35 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 25 Oct 2012 03:52:09 +0000 (21:52 -0600)
commit1104029a0824d177415806f3d30cecd2c5c399a1
tree5b1c90817d9a3481d1d2aa29195516afd2aa04c0
parent0fe83d7d6de15175e9ee151dfead28594671fc8b
toke.c: Avoid unnecessary uninitialized value msgs

\N{uknown character} is now a syntax error.  It also generates a "Use of
uninitialized value" message that is redundant (and confusing) with the
unknown character message.
t/lib/charnames/alias
toke.c