From de4b37d3da816a7787e73b3b67af955ac359409c Mon Sep 17 00:00:00 2001 From: James Raspass Date: Tue, 14 Jan 2014 21:12:20 +0000 Subject: [PATCH] read_sv should be static too --- JavaBin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JavaBin.c b/JavaBin.c index cb38a6f..0986928 100644 --- a/JavaBin.c +++ b/JavaBin.c @@ -46,7 +46,7 @@ static uint32_t read_v_int() { // matches this then an additional vint is added. // // The overview of the tag byte is therefore TTTSSSSS with T and S being type and size. -SV* read_sv(pTHX) { +static SV* read_sv(pTHX) { void* dispatch[] = { &&read_undef, &&read_bool,