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

Side by Side Diff: third_party/libxslt/src/libexslt/exsltexports.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 * exsltexports.h : macros for marking symbols as exportable/importable. 2 * exsltexports.h : macros for marking symbols as exportable/importable.
3 * 3 *
4 * See Copyright for the status of this software. 4 * See Copyright for the status of this software.
5 * 5 *
6 * igor@zlatkovic.com 6 * igor@zlatkovic.com
7 */ 7 */
8 8
9 #ifndef __EXSLT_EXPORTS_H__ 9 #ifndef __EXSLT_EXPORTS_H__
10 #define __EXSLT_EXPORTS_H__ 10 #define __EXSLT_EXPORTS_H__
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 #endif 131 #endif
132 132
133 /* Compatibility */ 133 /* Compatibility */
134 #if !defined(LIBEXSLT_PUBLIC) 134 #if !defined(LIBEXSLT_PUBLIC)
135 #define LIBEXSLT_PUBLIC EXSLTPUBVAR 135 #define LIBEXSLT_PUBLIC EXSLTPUBVAR
136 #endif 136 #endif
137 137
138 #endif /* __EXSLT_EXPORTS_H__ */ 138 #endif /* __EXSLT_EXPORTS_H__ */
139 139
140 140
OLDNEW
« no previous file with comments | « third_party/libxslt/src/libexslt/exsltconfig.h.in ('k') | third_party/libxslt/src/libexslt/functions.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698