projects
/
gitmo/Class-C3-XS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7f2bc88
)
Explicitly specify xs prototyping behaviour.
Florian Ragwitz [Wed, 25 Mar 2009 00:31:25 +0000 (
01:31
+0100)]
XS.xs
patch
|
blob
|
blame
|
history
diff --git
a/XS.xs
b/XS.xs
index
9f7a63b
..
cc4a23d
100644
(file)
--- a/
XS.xs
+++ b/
XS.xs
@@
-615,6
+615,8
@@
XS(XS_Class_C3_XS_calc_mdt)
MODULE = Class::C3::XS PACKAGE = Class::C3::XS
+PROTOTYPES: DISABLED
+
BOOT:
newXS("Class::C3::XS::calculateMRO", XS_Class_C3_XS_calculateMRO, __FILE__);
newXS("Class::C3::XS::_plsubgen", XS_Class_C3_XS_plsubgen, __FILE__);