From 449d128bedd078da737396a9a10e07e1b3364beb Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Tue, 3 Jul 2012 14:50:30 -0700 Subject: [PATCH] sv.c: Correct comment S_varname is no longer static. --- sv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sv.c b/sv.c index 3b5e81d..e076ae4 100644 --- a/sv.c +++ b/sv.c @@ -13917,7 +13917,7 @@ S_find_array_subscript(pTHX_ const AV *const av, const SV *const val) return -1; } -/* S_varname(): return the name of a variable, optionally with a subscript. +/* varname(): return the name of a variable, optionally with a subscript. * If gv is non-zero, use the name of that global, along with gvtype (one * of "$", "@", "%"); otherwise use the name of the lexical at pad offset * targ. Depending on the value of the subscript_type flag, return: -- 1.8.3.1