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

Unified Diff: third_party/libxslt/vms/diffs.vms

Issue 1193533007: Upgrade to libxml 2.9.2 and libxslt 1.1.28 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove suppressions, have landed in blink now Created 5 years, 6 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
Index: third_party/libxslt/vms/diffs.vms
diff --git a/third_party/libxslt/vms/diffs.vms b/third_party/libxslt/vms/diffs.vms
new file mode 100644
index 0000000000000000000000000000000000000000..14b4d6f5f155a1d4e7d70b307f54ea4b5df3c00d
--- /dev/null
+++ b/third_party/libxslt/vms/diffs.vms
@@ -0,0 +1,34 @@
+---------------------------------------------------------------------------
+EXTENSIONS.H
+142,154c142
+<
+< #if defined(VMS) || defined(__VMS)
+<
+< xsltPreComputeFunction
+< xsltExtModElemPreComputeLookup
+< (const xmlChar *name,
+< const xmlChar *URI);
+<
+< #define xsltExtModuleElementPreComputeLookup xsltExtModElemPreComputeLookup
+<
+< #else
+<
+< xsltPreComputeFunction
+---
+> xsltPreComputeFunction
+158,159d145
+< #endif
+<
+
+
+---------------------------------------------------------------------------
+EXTENSIONS.C
+1142,1146d1141
+< #if defined(VMS) || defined(__VMS)
+< xsltPreComputeFunction
+< xsltExtModElemPreComputeLookup (const xmlChar *name,
+< const xmlChar *URI) {
+< #else
+1150,1151d1144
+< #endif
+<

Powered by Google App Engine
This is Rietveld 408576698