summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2007-05-21 21:02:50 +0000
committerDave Mitchell <davem@fdisolutions.com>2007-05-21 21:02:50 +0000
commit670a9cb260d5f37076650f3eb5aa6c305796b0f7 (patch)
treeb046c644553ddb33cff4c97acbf31e31461fdc15 /intrpvar.h
parent8d8376c624c0059bc9da5e4cfa799a20c1846647 (diff)
downloadperl-670a9cb260d5f37076650f3eb5aa6c305796b0f7.tar.gz
move PL_multi_end into the PL_parser struct
p4raw-id: //depot/perl@31254
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 77e455fcfd..20e1c97900 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -655,8 +655,6 @@ PERLVARI(Irehash_seed, UV, 0) /* 582 hash initializer */
PERLVARI(Idumper_fd, int, -1)
#endif
-PERLVAR(Imulti_end, I32) /* last line of multi-line string */
-
#ifdef PERL_IMPLICIT_CONTEXT
PERLVARI(Imy_cxt_size, int, 0) /* size of PL_my_cxt_list */
PERLVARI(Imy_cxt_list, void **, NULL) /* per-module array of MY_CXT pointers */