get rid of some earlier trash, prepare for putting in the real code
[gitmo/Class-C3-XS.git] / lib / Class / C3 / XS.xs
1
2 #include "EXTERN.h"
3 #include "perl.h"
4 #include "XSUB.h"
5
6 /* TODO: put __calculate_mro here, from blead patch's mro_linear_c3 */
7 /* TODO: put __nextcan / __poptosubat here, from blead patch */
8
9 MODULE = Class::C3::XS  PACKAGE = Class::C3::XS
10
11 /* TODO: put calculateMRO here, uses __calculate_mro */
12  
13 MODULE = Class::C3::XS  PACKAGE = next
14
15 /* TODO: put next::method / next::can here */
16
17 MODULE = Class::C3::XS  PACKAGE = maybe
18
19 /* TODO: put maybe::next::method here */