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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 ---------------------------------------------------------------------------
2 EXTENSIONS.H
3 142,154c142
4 <
5 < #if defined(VMS) || defined(__VMS)
6 <
7 < xsltPreComputeFunction
8 < xsltExtModElemPreComputeLookup
9 < (const xmlChar *name,
10 < const xmlChar *URI);
11 <
12 < #define xsltExtModuleElementPreComputeLookup xsltExtModElemPreComputeLookup
13 <
14 < #else
15 <
16 < xsltPreComputeFunction
17 ---
18 > xsltPreComputeFunction
19 158,159d145
20 < #endif
21 <
22
23
24 ---------------------------------------------------------------------------
25 EXTENSIONS.C
26 1142,1146d1141
27 < #if defined(VMS) || defined(__VMS)
28 < xsltPreComputeFunction
29 < xsltExtModElemPreComputeLookup (const xmlChar *name,
30 < const xmlChar *URI) {
31 < #else
32 1150,1151d1144
33 < #endif
34 <
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698