projects
/
gitmo/Class-C3-XS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
25dc7e9
)
remove HvAUX assertion, apparently that is core only
0.06
Brandon L Black [Thu, 17 May 2007 00:49:05 +0000 (
00:49
+0000)]
XS.xs
patch
|
blob
|
blame
|
history
diff --git
a/XS.xs
b/XS.xs
index
6143c5e
..
40f535d
100644
(file)
--- a/
XS.xs
+++ b/
XS.xs
@@
-67,7
+67,6
@@
__mro_linear_isa_c3(pTHX_ HV* stash, HV* cache, I32 level)
I32 made_mortal_cache = 0;
assert(stash);
- assert(HvAUX(stash));
stashname = HvNAME(stash);
stashname_len = strlen(stashname);