summaryrefslogtreecommitdiff
path: root/pp_pack.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-04-05 08:56:10 +0000
committerNicholas Clark <nick@ccl4.org>2007-04-05 08:56:10 +0000
commit4136a0f799bd94dcf9c5197e35db53e3c3c012b5 (patch)
tree20e438447bf3f7809af18d6fbf981b975ded0b1a /pp_pack.c
parenta1f22e0c11d435567d8b189336ae4f9dcc640eea (diff)
downloadperl-4136a0f799bd94dcf9c5197e35db53e3c3c012b5.tar.gz
S_op_destroy() was not static. Also tidy all other STATIC/static
declarations onto the same line as the return type, to make checking this easier. p4raw-id: //depot/perl@30846
Diffstat (limited to 'pp_pack.c')
-rw-r--r--pp_pack.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/pp_pack.c b/pp_pack.c
index 51b42d91d4..f2f79f18f9 100644
--- a/pp_pack.c
+++ b/pp_pack.c
@@ -1179,8 +1179,7 @@ Perl_unpackstring(pTHX_ const char *pat, const char *patend, const char *s, cons
return unpack_rec(&sym, s, s, strend, NULL );
}
-STATIC
-I32
+STATIC I32
S_unpack_rec(pTHX_ tempsym_t* symptr, const char *s, const char *strbeg, const char *strend, const char **new_s )
{
dVAR; dSP;