summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-08-15 03:23:53 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-15 03:23:53 +0000
commitcc18cfc07d503c627ecef94b00dcbe45ffc1e6f0 (patch)
treeecd1d9bf7f87c7fb9668da89f026c63b2c61b9a6 /proto.h
parent0107c034dcb51641fd526deceb7123a8327e4f73 (diff)
downloadperl-cc18cfc07d503c627ecef94b00dcbe45ffc1e6f0.tar.gz
magic_regdatum_set() is void, not int.
p4raw-id: //depot/perl@6629
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 841e32a32e..65d2bb11a5 100644
--- a/proto.h
+++ b/proto.h
@@ -427,7 +427,7 @@ PERL_CALLCONV int Perl_magic_mutexfree(pTHX_ SV* sv, MAGIC* mg);
PERL_CALLCONV int Perl_magic_nextpack(pTHX_ SV* sv, MAGIC* mg, SV* key);
PERL_CALLCONV U32 Perl_magic_regdata_cnt(pTHX_ SV* sv, MAGIC* mg);
PERL_CALLCONV int Perl_magic_regdatum_get(pTHX_ SV* sv, MAGIC* mg);
-PERL_CALLCONV int Perl_magic_regdatum_set(pTHX_ SV* sv, MAGIC* mg);
+PERL_CALLCONV void Perl_magic_regdatum_set(pTHX_ SV* sv, MAGIC* mg);
PERL_CALLCONV int Perl_magic_set(pTHX_ SV* sv, MAGIC* mg);
PERL_CALLCONV int Perl_magic_setamagic(pTHX_ SV* sv, MAGIC* mg);
PERL_CALLCONV int Perl_magic_setarylen(pTHX_ SV* sv, MAGIC* mg);