diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2006-08-17 22:16:09 +0300 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-08-17 20:28:36 +0000 |
commit | a0c21aa16d2e2969e7469365a39ad48179751e84 (patch) | |
tree | a91a58eecb71088ce15c80e1d7cf743e728161b2 /op.h | |
parent | c45598c5c02384ee183c07ababc5e058b2284e17 (diff) | |
download | perl-a0c21aa16d2e2969e7469365a39ad48179751e84.tar.gz |
Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached)
Message-ID: <44E49649.9090307@iki.fi>
p4raw-id: //depot/perl@28734
Diffstat (limited to 'op.h')
-rw-r--r-- | op.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |