summaryrefslogtreecommitdiff
path: root/perlapi.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2007-04-24 16:42:12 +0000
committerDave Mitchell <davem@fdisolutions.com>2007-04-24 16:42:12 +0000
commitbdc0bf6fc8e477f7c30b05ea4c2ff791dd0f31af (patch)
treecc2c75cb1546bcb69fc3c545a8f3b4c953f195d0 /perlapi.h
parent7caa839cb84467e75e51a8014a80e98dcb2bb9d5 (diff)
downloadperl-bdc0bf6fc8e477f7c30b05ea4c2ff791dd0f31af.tar.gz
move PL_linestr from the interpreter struct to the parser struct
p4raw-id: //depot/perl@31058
Diffstat (limited to 'perlapi.h')
-rw-r--r--perlapi.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/perlapi.h b/perlapi.h
index da5363d305..11eabbc6c3 100644
--- a/perlapi.h
+++ b/perlapi.h
@@ -362,8 +362,6 @@ END_EXTERN_C
#define PL_lineary (*Perl_Ilineary_ptr(aTHX))
#undef PL_linestart
#define PL_linestart (*Perl_Ilinestart_ptr(aTHX))
-#undef PL_linestr
-#define PL_linestr (*Perl_Ilinestr_ptr(aTHX))
#undef PL_localpatches
#define PL_localpatches (*Perl_Ilocalpatches_ptr(aTHX))
#undef PL_lockhook