From 1f1df6e8a3e7df35c44139340eda993f88f12838 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 23 Feb 2006 13:43:17 +0000 Subject: [PATCH] declare blkcmp() static --- cbits/WCsubst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cbits/WCsubst.c b/cbits/WCsubst.c index facde30..a369504 100644 --- a/cbits/WCsubst.c +++ b/cbits/WCsubst.c @@ -3000,7 +3000,7 @@ static const struct _charblock_ spacechars[]={ static const struct _convrule_ nullrule={0,NUMCAT_CN,0,0,0,0}; -int blkcmp(const void *vk,const void *vb) +static int blkcmp(const void *vk,const void *vb) { const struct _charblock_ *key,*cur; key=vk; -- 1.7.10.4