From a0c21aa16d2e2969e7469365a39ad48179751e84 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 17 Aug 2006 22:16:09 +0300 Subject: Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached) Message-ID: <44E49649.9090307@iki.fi> p4raw-id: //depot/perl@28734 --- op.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'op.h') diff --git a/op.h b/op.h index 8c1bffbc0e..c299c5d40f 100644 --- a/op.h +++ b/op.h @@ -542,8 +542,9 @@ struct loop { #define PERL_LOADMOD_NOIMPORT 0x2 #define PERL_LOADMOD_IMPORT_OPS 0x4 -/* used in perly.y */ +#if defined(PERL_IN_PERLY_C) || defined(PERL_IN_OP_C) #define ref(o, type) doref(o, type, TRUE) +#endif /* no longer used anywhere in core */ #ifndef PERL_CORE -- cgit v1.2.1