summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2007-11-03 12:27:25 +0000
committerDave Mitchell <davem@fdisolutions.com>2007-11-03 12:27:25 +0000
commitd0820ef1cb6e6e70248509108fe770bc34d75184 (patch)
treef1dd898c4a4f2320c726cdb9a5364356e94de8ef /proto.h
parent77db880c5ac7a05cd8bbb0ffe765e93c9716c130 (diff)
downloadperl-d0820ef1cb6e6e70248509108fe770bc34d75184.tar.gz
make PERLSYS_TERM not require a context
p4raw-id: //depot/perl@32216
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 19cfb10223..7fee1dc0c6 100644
--- a/proto.h
+++ b/proto.h
@@ -4710,7 +4710,7 @@ PERL_CALLCONV void Perl_sys_init3(int* argc, char*** argv, char*** env)
__attribute__nonnull__(2)
__attribute__nonnull__(3);
-PERL_CALLCONV void Perl_sys_term(pTHX);
+PERL_CALLCONV void Perl_sys_term(void);
END_EXTERN_C