diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2002-03-04 08:24:32 -0800 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-06 00:34:32 +0000 |
commit | 4e3399f9b267135d193509ba5240514af04e9fec (patch) | |
tree | e1cbf712891072ead87a2bc38d7f8dcdfc112774 /op.h | |
parent | fa09c185cf93a599dc0290b9ee4ba0149df70363 (diff) | |
download | perl-4e3399f9b267135d193509ba5240514af04e9fec.tar.gz |
Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read
Message-ID: <ABBh8gzkgezX092yn@efn.org>
p4raw-id: //depot/perl@15054
Diffstat (limited to 'op.h')
-rw-r--r-- | op.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -105,6 +105,7 @@ Deprecated. Use C<GIMME_V> instead. /* On pushre, re is /\s+/ imp. by split " " */ /* On regcomp, "use re 'eval'" was in scope */ /* On OP_READLINE, was <$filehandle> */ + /* On RV2[SG]V, don't create GV--in defined()*/ /* old names; don't use in new code, but don't break them, either */ #define OPf_LIST OPf_WANT_LIST |