From c003f5aec37e099d7f5a88d29cc4b2d5f1d002eb Mon Sep 17 00:00:00 2001 From: Patrick Lam Date: Fri, 3 Mar 2006 15:12:12 +0000 Subject: Fix compilation on AIX with stub definitions (bug 6097). --- fc-case/fc-case.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'fc-case') diff --git a/fc-case/fc-case.c b/fc-case/fc-case.c index f7f8277e..e0548f02 100644 --- a/fc-case/fc-case.c +++ b/fc-case/fc-case.c @@ -28,6 +28,16 @@ #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 { -- cgit v1.2.3