summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorLarry Wall <lwall@netlabs.com>1995-03-13 15:55:18 -0800
committerAndy Dougherty <doughera@lafcol.lafayette.edu>1995-03-15 12:25:31 +1300
commite9a444f0e2e25089238ff153c447ef9ed7d3f72c (patch)
treeff81c5562235acb456edc79efe9993889f184717 /sv.c
parentb355b4e0798f66a89bbfedc23cbec69c1dff3d33 (diff)
downloadperl-e9a444f0e2e25089238ff153c447ef9ed7d3f72c.tar.gz
cleaner version of the official unofficial patch
: There were some warnings (AIX, xlc compiler): Here's a cleaner version of the official unofficial patch, based on 5.001.
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sv.c b/sv.c
index 59e5cf7dac..350356a65b 100644
--- a/sv.c
+++ b/sv.c
@@ -3358,6 +3358,7 @@ SV* sv;
fprintf(stderr, " FILEGV = 0x%lx\n", (long)CvFILEGV(sv));
fprintf(stderr, " DEPTH = %ld\n", (long)CvDEPTH(sv));
fprintf(stderr, " PADLIST = 0x%lx\n", (long)CvPADLIST(sv));
+ fprintf(stderr, " OUTSIDE = 0x%lx\n", (long)CvOUTSIDE(sv));
if (type == SVt_PVFM)
fprintf(stderr, " LINES = %ld\n", (long)FmLINES(sv));
break;