Changeset 25580 for lang/perl/Shika
- Timestamp:
- 12/01/08 17:17:13 (4 years ago)
- Files:
-
- 1 modified
-
lang/perl/Shika/trunk/Shika.xs (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Shika/trunk/Shika.xs
r25578 r25580 45 45 shika_construct(pTHX_ HV* const args, SV* const klass){ 46 46 HV* const stash = gv_stashsv(klass, TRUE); 47 AV* const isa = mro_get_linear_isa(stash);47 AV* const isa = (AV*)mro_get_linear_isa(stash); 48 48 I32 const isa_len = AvFILLp(isa)+1; 49 49 I32 i; … … 179 179 static void 180 180 shika_buildall(pTHX_ SV* const self){ 181 AV* const isa = mro_get_linear_isa(SvSTASH(SvRV(self)));181 AV* const isa = (AV*)mro_get_linear_isa(SvSTASH(SvRV(self))); 182 182 I32 i; 183 183 … … 207 207 static void 208 208 shika_demolishall(pTHX_ SV* const self){ 209 AV* const isa = mro_get_linear_isa(SvSTASH(SvRV(self)));209 AV* const isa = (AV*)mro_get_linear_isa(SvSTASH(SvRV(self))); 210 210 I32 const isa_len = AvFILLp(isa) + 1; 211 211 I32 i;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)