office-gobmx/external/liborcus/liborcus_newline.patch.1
Michael Stahl 1e7a8b7ff6 liborcus,zxing: add link to GCC bug
Change-Id: I9420e786c4050a9ae79f1deab76a43e62c3b15fa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115031
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2021-05-03 13:21:15 +02:00

17 lines
535 B
Groff

Add newline at end of KRHangulMapping.h
without this, compiling output of GCC 11 -E -fdirectives-only fails with:
ooxml_tokens.inl:3524:32: error: stray '#' in program
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100392
--- liborcus/src/liborcus/ooxml_tokens.inl.orig 2021-05-01 18:12:37.490131155 +0200
+++ liborcus/src/liborcus/ooxml_tokens.inl 2021-05-01 18:12:50.994119453 +0200
@@ -3521,4 +3521,4 @@
"zoomToFit" // 3517
};
-size_t token_name_count = 3518;
\ No newline at end of file
+size_t token_name_count = 3518;