Skip to content

Commit

Permalink
read_sv should be static too
Browse files Browse the repository at this point in the history
  • Loading branch information
JRaspass committed Jan 14, 2014
1 parent 40ff0e8 commit de4b37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JavaBin.c
Expand Up @@ -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,
Expand Down

0 comments on commit de4b37d

Please sign in to comment.