declare blkcmp() static
authorSimon Marlow <simonmar@microsoft.com>
Thu, 23 Feb 2006 13:43:17 +0000 (13:43 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 23 Feb 2006 13:43:17 +0000 (13:43 +0000)
cbits/WCsubst.c

index facde30..a369504 100644 (file)
@@ -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;