diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-08-15 19:54:05 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-08-15 19:54:05 +0000 |
commit | e4b8919343c2a2e514841af21f5775986895a573 (patch) | |
tree | f4d0c387ae83eb5a90837228f3647349181ab201 /embed.pl | |
parent | 084d946dff49082ababb67074b279e5d7527d310 (diff) | |
download | perl-e4b8919343c2a2e514841af21f5775986895a573.tar.gz |
magic callbacks all need to have same type signature
p4raw-id: //depot/perl@6642
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |