summaryrefslogtreecommitdiff
path: root/dump.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2016-01-29 18:33:47 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2016-01-29 19:30:31 -0500
commitf9db5646e816727d97154936268e7997619e06eb (patch)
treec56222e7b820f9470d99ac48234167bdbde9166a /dump.c
parent3faa8758146898cabab017aaec51be3d8534a20a (diff)
downloadperl-f9db5646e816727d97154936268e7997619e06eb.tar.gz
Add STATICs to S_ functions.
Diffstat (limited to 'dump.c')
-rw-r--r--dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dump.c b/dump.c
index ec0094def9..f7a6380633 100644
--- a/dump.c
+++ b/dump.c
@@ -2232,7 +2232,7 @@ Perl_runops_debug(pTHX)
/* print the names of the n lexical vars starting at pad offset off */
-void
+STATIC void
S_deb_padvar(pTHX_ PADOFFSET off, int n, bool paren)
{
PADNAME *sv;