mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-25 16:21:40 +00:00
Fix tokenizer not ignoring newlines...
...at the end of inlined preprocessor directives when textdomains are used in the middle of concatenated WML strings.
This commit is contained in:
parent
8e0b2a0a82
commit
8b740bd476
@ -93,6 +93,7 @@ const token& tokenizer::next_token()
|
||||
next_char();
|
||||
if (current_ == 254) {
|
||||
skip_comment();
|
||||
--lineno_;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user