aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/icu/files/elif-to-else.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/icu/files/elif-to-else.patch')
-rw-r--r--recipes/icu/files/elif-to-else.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/icu/files/elif-to-else.patch b/recipes/icu/files/elif-to-else.patch
new file mode 100644
index 0000000000..20e38ab400
--- /dev/null
+++ b/recipes/icu/files/elif-to-else.patch
@@ -0,0 +1,13 @@
+Index: source/layoutex/ParagraphLayout.cpp
+===================================================================
+--- source.orig/layoutex/ParagraphLayout.cpp
++++ source/layoutex/ParagraphLayout.cpp
+@@ -798,7 +798,7 @@ le_int32 ParagraphLayout::getLanguageCod
+
+ return nullLanguageCode;
+ }
+-#elif
++#else
+
+ // TODO - dummy implementation for right now...
+ le_int32 ParagraphLayout::getLanguageCode(const Locale *locale)