Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(144)

Unified Diff: third_party/libxslt/libxslt/variables.c

Issue 661058: libxslt update (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libxslt/libxslt/triodef.h ('k') | third_party/libxslt/libxslt/win32config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxslt/libxslt/variables.c
===================================================================
--- third_party/libxslt/libxslt/variables.c (revision 39981)
+++ third_party/libxslt/libxslt/variables.c (working copy)
@@ -43,6 +43,10 @@
const xmlChar *xsltComputingGlobalVarMarker =
(const xmlChar *) " var/param being computed";
+#define XSLT_VAR_GLOBAL 1<<0
+#define XSLT_VAR_IN_SELECT 1<<1
+#define XSLT_TCTXT_VARIABLE(c) ((xsltStackElemPtr) (c)->contextVariable)
+
/************************************************************************
* *
* Result Value Tree (Result Tree Fragment) interfaces *
« no previous file with comments | « third_party/libxslt/libxslt/triodef.h ('k') | third_party/libxslt/libxslt/win32config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698