diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-02-03 22:41:55 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-02-03 22:41:55 +0000 |
commit | 97bd566409a94bf7961734af3ac8131276ce086b (patch) | |
tree | 01580ea7b8688c46c72765484922bfbe9d56d361 /proto.h | |
parent | a8e48fe22d03f17d66e4765e2eef8807740ca1fc (diff) | |
download | perl-97bd566409a94bf7961734af3ac8131276ce086b.tar.gz |
And as we've now got to the point where all calls to Perl_moreswitches
have -1 as the second argument, we can remove the second argument,
which gets us back to where we started, only with the elimination of
a per-thread variable.
p4raw-id: //depot/perl@27075
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1306,7 +1306,7 @@ PERL_CALLCONV void Perl_mini_mktime(pTHX_ struct tm *pm) PERL_CALLCONV OP* Perl_mod(pTHX_ OP* o, I32 type); PERL_CALLCONV int Perl_mode_from_discipline(pTHX_ SV* discp); -PERL_CALLCONV char* Perl_moreswitches(pTHX_ char* s, int suidscript) +PERL_CALLCONV char* Perl_moreswitches(pTHX_ char* s) __attribute__nonnull__(pTHX_1); PERL_CALLCONV OP* Perl_my(pTHX_ OP* o) |