[Lxml-checkins] r46520 - lxml/trunk/src/lxml
scoder at codespeak.net
scoder at codespeak.net
Wed Sep 12 22:43:48 CEST 2007
Author: scoder
Date: Wed Sep 12 22:43:47 2007
New Revision: 46520
Modified:
lxml/trunk/src/lxml/extensions.pxi
Log:
windows compile fix
Modified: lxml/trunk/src/lxml/extensions.pxi
==============================================================================
--- lxml/trunk/src/lxml/extensions.pxi (original)
+++ lxml/trunk/src/lxml/extensions.pxi Wed Sep 12 22:43:47 2007
@@ -22,7 +22,7 @@
# forward declarations
-ctypedef int _register_function(void* ctxt, name_utf, ns_uri_utf)
+ctypedef int (*_register_function)(void* ctxt, name_utf, ns_uri_utf)
cdef class _ExsltRegExp
################################################################################
More information about the lxml-checkins
mailing list