projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5a022b9
)
pTHX_ not pTHX,
abandoned/Moose-XS
Yuval Kogman [Sat, 17 Jan 2009 20:18:08 +0000 (20:18 +0000)]
Moose.xs
patch
|
blob
|
blame
|
history
diff --git
a/Moose.xs
b/Moose.xs
index
ddb055a
..
9b71261
100644
(file)
--- a/
Moose.xs
+++ b/
Moose.xs
@@
-1410,7
+1410,7
@@
STATIC XS(clearer)
XSRETURN_EMPTY;
}
-STATIC HV *buildargs (pTHX, SV **args, I32 items) {
+STATIC HV *buildargs (pTHX_ SV **args, I32 items) {
if ( items == 1 ) {
SV *sv = args[0];
if ( SvROK(sv) && SvTYPE(SvRV(sv)) == SVt_PVHV )