Include more stub definitions to make HP-UX's C compiler happy.
This commit is contained in:
parent
ac0010940e
commit
67ed0b7297
|
@ -1,3 +1,10 @@
|
|||
2006-04-07 Patrick Lam <plam@mit.edu>
|
||||
* 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 <plam@mit.edu>
|
||||
* src/fcname.c (FcObjectUnserialize):
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue