1 Add newline at end of KRHangulMapping.h
3 without this, compiling output of GCC 11 -E -fdirectives-only fails with:
5 ooxml_tokens.inl:3524:32: error: stray '#' in program
7 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100392
9 --- liborcus/src/liborcus/ooxml_tokens.inl.orig 2021-05-01 18:12:37.490131155 +0200
10 +++ liborcus/src/liborcus/ooxml_tokens.inl 2021-05-01 18:12:50.994119453 +0200
15 -size_t token_name_count = 3518;
16 \ No newline at end of file
17 +size_t token_name_count = 3518;