diff --git a/src/bin/edje/epp/cpplib.c b/src/bin/edje/epp/cpplib.c index 0d2b5035c9..5fb73756d2 100644 --- a/src/bin/edje/epp/cpplib.c +++ b/src/bin/edje/epp/cpplib.c @@ -4558,10 +4558,10 @@ cpp_get_token(cpp_reader * pfile) } else { + long newlines = 0; + struct parse_marker start_mark; switch (c) { - long newlines; - struct parse_marker start_mark; case '/': if (PEEKC() == '=')