From: Simon Marlow Date: Thu, 23 Feb 2006 13:43:17 +0000 (+0000) Subject: declare blkcmp() static X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1f1df6e8a3e7df35c44139340eda993f88f12838;p=ghc-base.git declare blkcmp() static --- 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;