From 91d0a67b88ae130e9333e8dec6e10815b5b11859 Mon Sep 17 00:00:00 2001 From: kim Date: Tue, 14 Feb 2012 09:26:39 +0000 Subject: [PATCH] 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 --- bp.c | 4 ++-- bp.h | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) 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<