summaryrefslogtreecommitdiff
path: root/fc-lang/fc-lang.c
diff options
context:
space:
mode:
authorPatrick Lam <plam@MIT.EDU>2005-11-29 14:57:10 +0000
committerPatrick Lam <plam@MIT.EDU>2005-11-29 14:57:10 +0000
commitb8948e85420469c83098a6b97d7979189a8734d9 (patch)
tree4d7991c0734763275ee01951e21b9647c8945044 /fc-lang/fc-lang.c
parent9fad72abaf3da6f3e4a691a0e1a852f6a7353d56 (diff)
Refactor FcCacheBankToIndex into an inlineable part (in fcint.h) which
checks the front of the list and a non-inlineable part which finds and moves the appropriate element to the front of the list. reviewed by: plam
Diffstat (limited to 'fc-lang/fc-lang.c')
-rw-r--r--fc-lang/fc-lang.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/fc-lang/fc-lang.c b/fc-lang/fc-lang.c
index ab20fd0..936a00b 100644
--- a/fc-lang/fc-lang.c
+++ b/fc-lang/fc-lang.c
@@ -51,8 +51,11 @@ FcMemFree (int kind, int size)
{
}
+int* _fcBankId = 0;
+int* _fcBankIdx = 0;
+
int
-FcCacheBankToIndex (int bank)
+FcCacheBankToIndexMTF (int bank)
{
return -1;
}