summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-02-03 22:41:55 +0000
committerNicholas Clark <nick@ccl4.org>2006-02-03 22:41:55 +0000
commit97bd566409a94bf7961734af3ac8131276ce086b (patch)
tree01580ea7b8688c46c72765484922bfbe9d56d361 /proto.h
parenta8e48fe22d03f17d66e4765e2eef8807740ca1fc (diff)
downloadperl-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index be01dc4530..f445055041 100644
--- a/proto.h
+++ b/proto.h
@@ -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)