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

Side by Side Diff: third_party/libxslt/src/libxslt/pattern.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
OLDNEW
1 /* 1 /*
2 * Summary: interface for the pattern matching used in template matches. 2 * Summary: interface for the pattern matching used in template matches.
3 * Description: the implementation of the lookup of the right template 3 * Description: the implementation of the lookup of the right template
4 * for a given node must be really fast in order to keep 4 * for a given node must be really fast in order to keep
5 * decent performances. 5 * decent performances.
6 * 6 *
7 * Copy: See Copyright for the status of this software. 7 * Copy: See Copyright for the status of this software.
8 * 8 *
9 * Author: Daniel Veillard 9 * Author: Daniel Veillard
10 */ 10 */
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 const xmlChar *pattern, 72 const xmlChar *pattern,
73 xmlDocPtr ctxtdoc, 73 xmlDocPtr ctxtdoc,
74 xmlNodePtr ctxtnode); 74 xmlNodePtr ctxtnode);
75 #endif 75 #endif
76 #ifdef __cplusplus 76 #ifdef __cplusplus
77 } 77 }
78 #endif 78 #endif
79 79
80 #endif /* __XML_XSLT_PATTERN_H__ */ 80 #endif /* __XML_XSLT_PATTERN_H__ */
81 81
OLDNEW
« no previous file with comments | « third_party/libxslt/src/libxslt/numbersInternals.h ('k') | third_party/libxslt/src/libxslt/pattern.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698