summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-08-15 19:54:05 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-08-15 19:54:05 +0000
commite4b8919343c2a2e514841af21f5775986895a573 (patch)
treef4d0c387ae83eb5a90837228f3647349181ab201 /embed.pl
parent084d946dff49082ababb67074b279e5d7527d310 (diff)
downloadperl-e4b8919343c2a2e514841af21f5775986895a573.tar.gz
magic callbacks all need to have same type signature
p4raw-id: //depot/perl@6642
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.pl b/embed.pl
index 81bee1fd84..93534359b3 100755
--- a/embed.pl
+++ b/embed.pl
@@ -1680,7 +1680,7 @@ p |int |magic_mutexfree|SV* sv|MAGIC* mg
p |int |magic_nextpack |SV* sv|MAGIC* mg|SV* key
p |U32 |magic_regdata_cnt|SV* sv|MAGIC* mg
p |int |magic_regdatum_get|SV* sv|MAGIC* mg
-p |void |magic_regdatum_set|SV* sv|MAGIC* mg
+p |int |magic_regdatum_set|SV* sv|MAGIC* mg
p |int |magic_set |SV* sv|MAGIC* mg
p |int |magic_setamagic|SV* sv|MAGIC* mg
p |int |magic_setarylen|SV* sv|MAGIC* mg