From b8948e85420469c83098a6b97d7979189a8734d9 Mon Sep 17 00:00:00 2001 From: Patrick Lam Date: Tue, 29 Nov 2005 14:57:10 +0000 Subject: 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 --- fc-lang/fc-lang.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'fc-lang/fc-lang.c') 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; } -- cgit v1.2.3