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

Side by Side Diff: third_party/libxslt/linux/libexslt/exsltconfig.h

Issue 2411263002: Roll libxslt to 8345634c5482ca04293ae1862d52fa9dd764aeca (Closed)
Patch Set: config.log Created 4 years, 2 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/linux/libexslt/Makefile ('k') | third_party/libxslt/linux/libxslt.pc » ('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 * 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__
11 11
12 #ifdef __cplusplus 12 #ifdef __cplusplus
13 extern "C" { 13 extern "C" {
14 #endif 14 #endif
15 15
16 /** 16 /**
17 * LIBEXSLT_DOTTED_VERSION: 17 * LIBEXSLT_DOTTED_VERSION:
18 * 18 *
19 * the version string like "1.2.3" 19 * the version string like "1.2.3"
20 */ 20 */
21 #define LIBEXSLT_DOTTED_VERSION "1.1.28" 21 #define LIBEXSLT_DOTTED_VERSION "1.1.29"
22 22
23 /** 23 /**
24 * LIBEXSLT_VERSION: 24 * LIBEXSLT_VERSION:
25 * 25 *
26 * the version number: 1.2.3 value is 10203 26 * the version number: 1.2.3 value is 10203
27 */ 27 */
28 #define LIBEXSLT_VERSION 817 28 #define LIBEXSLT_VERSION 817
29 29
30 /** 30 /**
31 * LIBEXSLT_VERSION_STRING: 31 * LIBEXSLT_VERSION_STRING:
(...skipping 32 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/linux/libexslt/Makefile ('k') | third_party/libxslt/linux/libxslt.pc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698