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

Side by Side Diff: third_party/libxslt/src/libxslt/xsltInternals.h

Issue 2865973002: Check in the libxslt roll script. (Closed)
Patch Set: Consistent quotes. Created 3 years, 7 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
« no previous file with comments | « third_party/libxslt/src/libxslt/xslt.c ('k') | third_party/libxslt/src/libxslt/xsltconfig.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Summary: internal data structures, constants and functions 2 * Summary: internal data structures, constants and functions
3 * Description: Internal data structures, constants and functions used 3 * Description: Internal data structures, constants and functions used
4 * by the XSLT engine. 4 * by the XSLT engine.
5 * They are not part of the API or ABI, i.e. they can change 5 * They are not part of the API or ABI, i.e. they can change
6 * without prior notice, use carefully. 6 * without prior notice, use carefully.
7 * 7 *
8 * Copy: See Copyright for the status of this software. 8 * Copy: See Copyright for the status of this software.
9 * 9 *
10 * Author: Daniel Veillard 10 * Author: Daniel Veillard
(...skipping 1962 matching lines...) Expand 10 before | Expand all | Expand 10 after
1973 xsltDocumentPtr doc, 1973 xsltDocumentPtr doc,
1974 xsltKeyDefPtr keyd); 1974 xsltKeyDefPtr keyd);
1975 XSLTPUBFUN int XSLTCALL 1975 XSLTPUBFUN int XSLTCALL
1976 xsltInitAllDocKeys (xsltTransformContextPtr ctxt); 1976 xsltInitAllDocKeys (xsltTransformContextPtr ctxt);
1977 #ifdef __cplusplus 1977 #ifdef __cplusplus
1978 } 1978 }
1979 #endif 1979 #endif
1980 1980
1981 #endif /* __XML_XSLT_H__ */ 1981 #endif /* __XML_XSLT_H__ */
1982 1982
OLDNEW
« no previous file with comments | « third_party/libxslt/src/libxslt/xslt.c ('k') | third_party/libxslt/src/libxslt/xsltconfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698