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

Side by Side Diff: third_party/libxslt/src/libexslt/exsltconfig.h.in

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 * exsltconfig.h: compile-time version informations for the EXSLT library 2 * exsltconfig.h: compile-time version informations for the EXSLT library
3 * 3 *
4 * See Copyright for the status of this software. 4 * See Copyright for the status of this software.
5 * 5 *
6 * daniel@veillard.com 6 * daniel@veillard.com
7 */ 7 */
8 8
9 #ifndef __XML_EXSLTCONFIG_H__ 9 #ifndef __XML_EXSLTCONFIG_H__
10 #define __XML_EXSLTCONFIG_H__ 10 #define __XML_EXSLTCONFIG_H__
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 #endif 64 #endif
65 #else 65 #else
66 #define ATTRIBUTE_UNUSED 66 #define ATTRIBUTE_UNUSED
67 #endif 67 #endif
68 68
69 #ifdef __cplusplus 69 #ifdef __cplusplus
70 } 70 }
71 #endif 71 #endif
72 72
73 #endif /* __XML_EXSLTCONFIG_H__ */ 73 #endif /* __XML_EXSLTCONFIG_H__ */
OLDNEW
« no previous file with comments | « third_party/libxslt/src/libexslt/exslt.c ('k') | third_party/libxslt/src/libexslt/exsltexports.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698