From 67ed0b729718233662255a181bdcdb136c04dc5b Mon Sep 17 00:00:00 2001 From: Patrick Lam Date: Mon, 10 Apr 2006 22:08:35 +0000 Subject: [PATCH] Include more stub definitions to make HP-UX's C compiler happy. --- ChangeLog | 7 +++++++ fc-case/fc-case.c | 3 +++ fc-glyphname/fc-glyphname.c | 3 +++ fc-lang/fc-lang.c | 3 +++ 4 files changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index f81c359..badffff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-04-07 Patrick Lam + * fc-case/fc-case.c: + * fc-glyphname/fc-glyphname.c: + * fc-lang/fc-lang.c: + + Include more stub definitions to make HP-UX's C compiler happy. + 2006-04-07 Patrick Lam * src/fcname.c (FcObjectUnserialize): diff --git a/fc-case/fc-case.c b/fc-case/fc-case.c index 6f8fdb4..bd28517 100644 --- a/fc-case/fc-case.c +++ b/fc-case/fc-case.c @@ -30,6 +30,9 @@ /* stub definitions for declarations from fcint.h.. */ int * _fcBankId = 0, * _fcBankIdx = 0; +FcValueList ** _fcValueLists = 0; +FcPatternElt ** _fcPatternElts = 0; +int FcDebugVal = 0; int FcCacheBankToIndexMTF (int bank) diff --git a/fc-glyphname/fc-glyphname.c b/fc-glyphname/fc-glyphname.c index 4d250e0..8b265e4 100644 --- a/fc-glyphname/fc-glyphname.c +++ b/fc-glyphname/fc-glyphname.c @@ -26,6 +26,9 @@ /* stub definitions for declarations from fcint.h.. */ int * _fcBankId = 0, * _fcBankIdx = 0; +FcValueList ** _fcValueLists = 0; +FcPatternElt ** _fcPatternElts = 0; +int FcDebugVal = 0; int FcCacheBankToIndexMTF (int bank) diff --git a/fc-lang/fc-lang.c b/fc-lang/fc-lang.c index 3451c6e..6a863e4 100644 --- a/fc-lang/fc-lang.c +++ b/fc-lang/fc-lang.c @@ -53,6 +53,9 @@ FcMemFree (int kind, int size) int* _fcBankId = 0; int* _fcBankIdx = 0; +FcValueList ** _fcValueLists = 0; +FcPatternElt ** _fcPatternElts = 0; +int FcDebugVal = 0; int FcCacheBankToIndexMTF (int bank) -- 2.39.5