projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
97a1d74
)
Remove unreferenced local variable (and the warning about it)
Steve Hay [Fri, 1 Jul 2005 13:39:33 +0000 (13:39 +0000)]
p4raw-id: //depot/perl@25038
ext/XS/APItest/APItest.xs
patch
|
blob
|
blame
|
history
diff --git
a/ext/XS/APItest/APItest.xs
b/ext/XS/APItest/APItest.xs
index
446ebe0
..
a5a2bf0
100644
(file)
--- a/
ext/XS/APItest/APItest.xs
+++ b/
ext/XS/APItest/APItest.xs
@@
-311,7
+311,7
@@
eval_sv(sv, flags)
EXTEND(SP, 1);
PUSHs(sv_2mortal(newSViv(i)));
-SV*
+void
eval_pv(p, croak_on_error)
const char* p
I32 croak_on_error