toke.c:incline: Avoid duplicate symbol lookup
authorFather Chrysostomos <sprout@cpan.org>
Mon, 5 Aug 2013 07:36:50 +0000 (00:36 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 5 Aug 2013 09:23:34 +0000 (02:23 -0700)
commit05c9917c892c03577828027ff71c6282a2eabe29
tree9788a1d70a9b84e9ed5ce4786352059dddd82146
parent38bd7ad824475827a398201ca9ae79a9b2b70c50
toke.c:incline: Avoid duplicate symbol lookup

If we have already looked up the GV for *{"_<newfilename"}, we
can set CopFILEGV to that instead of having CopFILE_setn look it
up itself.
toke.c