diff options
author | Vincent Pit <perl@profvince.com> | 2008-04-29 21:33:21 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-04-30 08:17:51 +0000 |
commit | a79b25b7e1c39b559797e18bb4d3e057a9f962f0 (patch) | |
tree | 94828323b69ff7f85ff2ae6309a005549a5247c2 /embed.h | |
parent | 9c2a5cfebcaca6cb620772a695fd0f59629bfdf5 (diff) | |
download | perl-a79b25b7e1c39b559797e18bb4d3e057a9f962f0.tar.gz |
Double magic/warnings with binmode $fh, undef
From: "Vincent Pit" <perl@profvince.com>
Message-ID: <63615.92.128.97.94.1209490401.squirrel@92.128.97.94>
p4raw-id: //depot/perl@33766
Diffstat (limited to 'embed.h')
-rw-r--r-- | embed.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2801,7 +2801,7 @@ #define mod(a,b) Perl_mod(aTHX_ a,b) #endif #ifdef PERL_CORE -#define mode_from_discipline(a) Perl_mode_from_discipline(aTHX_ a) +#define mode_from_discipline(a,b) Perl_mode_from_discipline(aTHX_ a,b) #endif #define moreswitches(a) Perl_moreswitches(aTHX_ a) #ifdef PERL_CORE |