toke.c: Remove some NATIVE_TO_NEED calls
authorKarl Williamson <public@khwilliamson.com>
Wed, 20 Feb 2013 15:12:15 +0000 (08:12 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 29 Aug 2013 15:55:53 +0000 (09:55 -0600)
commit4d73d076a1f9b4c3e28db697afccd61d5632c4c3
treecb69f311a3295eb1e72bde3abd5a001af7fe28bf
parentc286a9a6b461daa82e01cd6e7f5720be814c2505
toke.c: Remove some NATIVE_TO_NEED calls

I believe NATIVE_TO_NEED is defective, and will remove it in a future
commit.  But, just in case I'm wrong, I'm doing it in small steps so
bisects will show the culprit.  This removes the calls to it where the
parameter is clearly invariant under UTF-8 and UTF-EBCDIC, and so the
result can't be other than just the parameter.
toke.c