]> git.wh0rd.org - fontconfig.git/blobdiff - fc-case/fc-case.c
Add Sundanese (su) orthography (bug #20440)
[fontconfig.git] / fc-case / fc-case.c
index e0548f02d2189a2f21860ffaba1e0829d2c1d76b..33edffd835d56497bad8e011c1eec6437078d197 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id$
+ * fontconfig/fc-case/fc-case.c
  *
  * Copyright © 2004 Keith Packard
  *
 #define MAX_OUT            32
 #define MAX_LINE    8192
 
-/* stub definitions for declarations from fcint.h.. */
-int * _fcBankId = 0, * _fcBankIdx = 0;
-
-int
-FcCacheBankToIndexMTF (int bank)
-{
-    return 0;
-}
-/* end stub definitions */
-
 typedef enum _caseFoldClass { CaseFoldCommon, CaseFoldFull, CaseFoldSimple, CaseFoldTurkic } CaseFoldClass;
 
 typedef struct _caseFoldClassMap {
@@ -112,10 +102,10 @@ utf8_size (FcChar32 ucs4)
 }
 
 static FcChar8 *foldChars;
-int            nfoldChars;
-int            maxFoldChars;
-FcChar32       minFoldChar;
-FcChar32       maxFoldChar;
+static int     nfoldChars;
+static int     maxFoldChars;
+static FcChar32        minFoldChar;
+static FcChar32        maxFoldChar;
 
 static void
 addChar (FcChar32 c)