* gettext-tools/src/x-python.c (x_python_lex): Move 'token3' variable
declaration out of the internal block.
+2014-09-24 Daiki Ueno <ueno@gnu.org>
+
+ * x-python.c (x_python_lex): Move 'token3' variable declaration
+ out of the internal block.
+
2014-09-24 Daiki Ueno <ueno@gnu.org>
* filter-quote.c (BOLD_START, BOLD_END): Don't use non-portable
for (;;)
{
token_ty token2, *tp2 = NULL;
+ token_ty token3;
phase5_get (&token2);
switch (token2.type)
{
case token_type_plus:
{
- token_ty token3;
-
phase5_get (&token3);
if (token3.type == token_type_string)
{