From: kim Date: Tue, 14 Feb 2012 09:26:39 +0000 (+0000) Subject: Make auxiliary function static and remove them from the interface. X-Git-Url: http://git.nguyen.vg/gitweb/?p=SXSI%2Flibbp.git;a=commitdiff_plain;h=91d0a67b88ae130e9333e8dec6e10815b5b11859 Make auxiliary function static and remove them from the interface. git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/bp@1220 3cdefd35-fc62-479d-8e8d-bae585ffb9ca --- diff --git a/bp.c b/bp.c index 9d108bb..d9e85a2 100644 --- a/bp.c +++ b/bp.c @@ -51,7 +51,7 @@ void bp_print(bp *b, int s, int t) } int *matchtbl,*parenttbl; -void make_naivetbl(pb *B,int n) +static void make_naivetbl(pb *B,int n) { int i,v; int *stack,s; @@ -101,7 +101,7 @@ int childtbl2[2*ETW+1][ETW][(1<