X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=fc-case%2Ffc-case.c;h=a4fffdef76d745aab0d2aacb06d86457498c6459;hb=09f9f6f62ac94f7b1a6df649a00c64f78ab132f5;hp=e0548f02d2189a2f21860ffaba1e0829d2c1d76b;hpb=c003f5aec37e099d7f5a88d29cc4b2d5f1d002eb;p=fontconfig.git diff --git a/fc-case/fc-case.c b/fc-case/fc-case.c index e0548f0..a4fffde 100644 --- a/fc-case/fc-case.c +++ b/fc-case/fc-case.c @@ -28,16 +28,6 @@ #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)