diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-15 22:08:17 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-15 22:08:17 +0000 |
commit | 067391eacdcfc760b09b573f48f90fa54dd5e5b4 (patch) | |
tree | e225817b0272d845808b0b431b4e955f5c05b979 /op.c | |
parent | 260452b9b0b56211c0d71678d25e8f8376d772e7 (diff) | |
download | perl-067391eacdcfc760b09b573f48f90fa54dd5e5b4.tar.gz |
[win32] merge change#981 from maintbranch, add XXX comment about
supporting %! for usethreads case
p4raw-link: @981 on //depot/maint-5.004/perl: 46d9186cfa8aceca37f3cc539b5e08e8f8b72412
p4raw-id: //depot/win32/perl@994
Diffstat (limited to 'op.c')
-rw-r--r-- | op.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -532,6 +532,11 @@ find_threadsv(char *name) sawampersand = TRUE; SvREADONLY_on(sv); /* FALL THROUGH */ + + /* XXX %! tied to Errno.pm needs to be added here. + * See gv_fetchpv(). */ + /* case '!': */ + default: sv_magic(sv, 0, 0, name, 1); } |