summaryrefslogtreecommitdiff
path: root/fc-glyphname
diff options
context:
space:
mode:
authorPatrick Lam <plam@MIT.EDU>2006-04-10 22:08:35 +0000
committerPatrick Lam <plam@MIT.EDU>2006-04-10 22:08:35 +0000
commit67ed0b729718233662255a181bdcdb136c04dc5b (patch)
tree4792a0cfeb45cb8dc4b8c3841e37067dedc9ef8c /fc-glyphname
parentac0010940e626cb9193bb4ad0271f3820c7225ee (diff)
Include more stub definitions to make HP-UX's C compiler happy.
Diffstat (limited to 'fc-glyphname')
-rw-r--r--fc-glyphname/fc-glyphname.c3
1 files changed, 3 insertions, 0 deletions
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)