From 93965878572d85daec78ce5ce1926f613d93803b Mon Sep 17 00:00:00 2001 From: Nick Ing-Simmons Date: Tue, 13 Jan 1998 20:52:38 +0000 Subject: tie array changes to core and tests p4raw-id: //depot/ansiperl@418 --- deb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deb.c') diff --git a/deb.c b/deb.c index 95ea3f4087..ea40c00b9a 100644 --- a/deb.c +++ b/deb.c @@ -105,7 +105,7 @@ debstackptrs(void) (long)(stack_max-stack_base)); PerlIO_printf(Perl_debug_log, "%8lx %8lx %8ld %8ld %8ld\n", (unsigned long)mainstack, (unsigned long)AvARRAY(curstack), - (long)mainstack, (long)AvFILL(curstack), (long)AvMAX(curstack)); + (long)mainstack, (long)AvFILLp(curstack), (long)AvMAX(curstack)); return 0; } -- cgit v1.2.1