]> git.wh0rd.org - fontconfig.git/commitdiff
Include more stub definitions to make HP-UX's C compiler happy.
authorPatrick Lam <plam@MIT.EDU>
Mon, 10 Apr 2006 22:08:35 +0000 (22:08 +0000)
committerPatrick Lam <plam@MIT.EDU>
Mon, 10 Apr 2006 22:08:35 +0000 (22:08 +0000)
ChangeLog
fc-case/fc-case.c
fc-glyphname/fc-glyphname.c
fc-lang/fc-lang.c

index f81c359183ee0c4eff310ca661555edc4bdc9a3f..badffff8269da52e1b29419b73f071c867cb63cd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
 
index 6f8fdb493f221e46e3e4e4098a1945ae56bfcd0b..bd28517f49233610f6e73e879300d5bcd603fb45 100644 (file)
@@ -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)
index 4d250e0086102a903cb959b92151383750199a84..8b265e4ea0106e7661ed63868edd78ebe8f9b9e9 100644 (file)
@@ -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)
index 3451c6e48832a2c4967421820c7c45efa4e07ab3..6a863e4e6dea689d1fbb01f5ccbfa5d3e08ff23d 100644 (file)
@@ -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)