|
From: Ilya M. <m_...@us...> - 2003-03-27 10:06:40
|
Update of /cvsroot/perl-xml/XML-LibXML-XPathContext
In directory sc8-pr-cvs1:/tmp/cvs-serv31485
Modified Files:
XPathContext.xs
Log Message:
Added 'PROTOTYPES: DISABLE' to shut up 'Please specify prototyping
behavior for XPathContext.xs' warning
Index: XPathContext.xs
===================================================================
RCS file: /cvsroot/perl-xml/XML-LibXML-XPathContext/XPathContext.xs,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- XPathContext.xs 26 Mar 2003 21:21:41 -0000 1.24
+++ XPathContext.xs 27 Mar 2003 10:06:37 -0000 1.25
@@ -431,6 +431,8 @@
MODULE = XML::LibXML::XPathContext PACKAGE = XML::LibXML::XPathContext
+PROTOTYPES: DISABLE
+
SV*
new( CLASS, pnode )
const char * CLASS
|