]> git.wh0rd.org - fontconfig.git/blobdiff - fc-case/fc-case.c
Rework Object name database to unify typechecking and object lookup.
[fontconfig.git] / fc-case / fc-case.c
index e0548f02d2189a2f21860ffaba1e0829d2c1d76b..a4fffdef76d745aab0d2aacb06d86457498c6459 100644 (file)
 #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)