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

Side by Side Diff: third_party/libxslt/src/libxslt/xsltexports.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: macros for marking symbols as exportable/importable. 2 * Summary: macros for marking symbols as exportable/importable.
3 * Description: macros for marking symbols as exportable/importable. 3 * Description: macros for marking symbols as exportable/importable.
4 * 4 *
5 * Copy: See Copyright for the status of this software. 5 * Copy: See Copyright for the status of this software.
6 * 6 *
7 * Author: Igor Zlatkovic <igor@zlatkovic.com> 7 * Author: Igor Zlatkovic <igor@zlatkovic.com>
8 */ 8 */
9 9
10 #ifndef __XSLT_EXPORTS_H__ 10 #ifndef __XSLT_EXPORTS_H__
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 #endif 133 #endif
134 134
135 /* Compatibility */ 135 /* Compatibility */
136 #if !defined(LIBXSLT_PUBLIC) 136 #if !defined(LIBXSLT_PUBLIC)
137 #define LIBXSLT_PUBLIC XSLTPUBVAR 137 #define LIBXSLT_PUBLIC XSLTPUBVAR
138 #endif 138 #endif
139 139
140 #endif /* __XSLT_EXPORTS_H__ */ 140 #endif /* __XSLT_EXPORTS_H__ */
141 141
142 142
OLDNEW
« no previous file with comments | « third_party/libxslt/src/libxslt/xsltconfig.h.in ('k') | third_party/libxslt/src/libxslt/xsltlocale.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698