From 7a94669413c085c03aa0b9495a9667ad7332c115 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Sat, 25 Mar 2006 14:46:09 +0000 Subject: PL_multiline isn't referenced, and can be removed. p4raw-id: //depot/perl@27602 --- perlapi.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'perlapi.h') diff --git a/perlapi.h b/perlapi.h index b275264360..3871efd6c8 100644 --- a/perlapi.h +++ b/perlapi.h @@ -446,8 +446,6 @@ END_EXTERN_C #define PL_multi_open (*Perl_Imulti_open_ptr(aTHX)) #undef PL_multi_start #define PL_multi_start (*Perl_Imulti_start_ptr(aTHX)) -#undef PL_multiline -#define PL_multiline (*Perl_Imultiline_ptr(aTHX)) #undef PL_my_cxt_list #define PL_my_cxt_list (*Perl_Imy_cxt_list_ptr(aTHX)) #undef PL_my_cxt_size -- cgit v1.2.1