~ubuntu-branches/ubuntu/quantal/icu/quantal

« back to all changes in this revision

Viewing changes to debian/patches/icu-3.6-sinhala1.patch

  • Committer: Package Import Robot
  • Author(s): Jay Berkenbilt
  • Date: 2008-07-10 14:25:30 UTC
  • mfrom: (9.1.9 intrepid)
  • Revision ID: package-import@ubuntu.com-20080710142530-ftbdk1v326u8fs23
Tags: 3.8.1-3
Work around gcc internal error on armel.  Temporary until bug 484053
is resolved.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -ru icu.orig/source/layout/IndicClassTables.cpp icu/source/layout/IndicClassTables.cpp
2
 
--- icu.orig/source/layout/IndicClassTables.cpp 2006-08-23 05:42:40.000000000 +0530
3
 
+++ icu/source/layout/IndicClassTables.cpp      2006-11-17 06:33:12.000000000 +0530
4
 
@@ -256,7 +256,7 @@
5
 
 
6
 
 static const IndicClassTable mlymClassTable = {0x0D00, 0x0D6F, 3, MLYM_SCRIPT_FLAGS, mlymCharClasses, mlymSplitTable};
7
 
 
8
 
-static const IndicClassTable sinhClassTable = {0x0D80, 0x0DF4, 3, SINH_SCRIPT_FLAGS, sinhCharClasses, sinhSplitTable};
9
 
+static const IndicClassTable sinhClassTable = {0x0D80, 0x0DF4, 4, SINH_SCRIPT_FLAGS, sinhCharClasses, sinhSplitTable};
10
 
 
11
 
 //
12
 
 // IndicClassTable addresses