summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-03-25 14:46:09 +0000
committerNicholas Clark <nick@ccl4.org>2006-03-25 14:46:09 +0000
commit7a94669413c085c03aa0b9495a9667ad7332c115 (patch)
tree3ebcc5bfcac49edba1a9c9d3ab37a521c99880ea /intrpvar.h
parent25139ca2c475cc771884a9857be4603c3d2f7eef (diff)
downloadperl-7a94669413c085c03aa0b9495a9667ad7332c115.tar.gz
PL_multiline isn't referenced, and can be removed.
p4raw-id: //depot/perl@27602
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 3908e5bee9..3d93793bf8 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -70,7 +70,6 @@ PERLVAR(Iformfeed, SV *) /* $^L */
PERLVARI(Imaxsysfd, I32, MAXSYSFD)
/* top fd to pass to subprocesses */
-PERLVAR(Imultiline, int) /* $*--do strings hold >1 line? */
PERLVAR(Istatusvalue, I32) /* $? */
PERLVAR(Iexit_flags, U8) /* was exit() unexpected, etc. */
#ifdef VMS