SET LOCALE: Don't use lex_tokstr() after skipping to next token.
authorBen Pfaff <blp@gnu.org>
Wed, 8 Apr 2009 04:20:47 +0000 (21:20 -0700)
committerBen Pfaff <blp@gnu.org>
Wed, 8 Apr 2009 04:20:47 +0000 (21:20 -0700)
The return value from lex_tokstr() is only valid until the next call to
lex_get() (or another function that changes the current token), so don't
advance past the token until we're done with its string value.


No differences found