From 8c7947050502fe0e1d15a65ee21247cac594d310 Mon Sep 17 00:00:00 2001 From: pop Date: Sat, 16 Nov 2002 00:24:36 +0000 Subject: [PATCH] removed PERL_IMPLICIT_CONTEXT allows to build with perl 5.6.1 and 5.8.0 as well --- recctrl/perlread.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recctrl/perlread.c b/recctrl/perlread.c index 152beeb..3a08826 100644 --- a/recctrl/perlread.c +++ b/recctrl/perlread.c @@ -1,4 +1,4 @@ -/* $Id: perlread.c,v 1.2 2002-11-15 22:01:42 adam Exp $ +/* $Id: perlread.c,v 1.3 2002-11-16 00:24:36 pop Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 Index Data Aps @@ -21,7 +21,6 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA */ #if HAVE_PERL -#define PERL_IMPLICIT_CONTEXT #include "perlread.h" #include "EXTERN.h" #include "perl.h" -- 1.7.10.4