projects
/
platform
/
upstream
/
libxslt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
673a0d3
)
Fix a problem with previous change
author
Daniel Veillard
<veillard@redhat.com>
Wed, 16 Sep 2009 16:49:59 +0000
(18:49 +0200)
committer
Daniel Veillard
<veillard@redhat.com>
Wed, 16 Sep 2009 16:49:59 +0000
(18:49 +0200)
libxslt/transform.c
patch
|
blob
|
history
diff --git
a/libxslt/transform.c
b/libxslt/transform.c
index
65cf27e
..
3466469
100644
(file)
--- a/
libxslt/transform.c
+++ b/
libxslt/transform.c
@@
-1697,6
+1697,7
@@
xsltApplyFallbacks(xsltTransformContextPtr ctxt, xmlNodePtr node,
* *
************************************************************************/
+static
void xsltProcessOneNode(xsltTransformContextPtr ctxt, xmlNodePtr node,
xsltStackElemPtr params);
/**