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

Side by Side Diff: third_party/libxml/win32/xmlversion.h

Issue 2010803004: Roll libxml to bdec2183f34b37ee89ae1d330c6ad2bb4d76605f (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update README.chromium Created 4 years, 6 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/libxml/src/xpointer.c ('k') | no next file » | 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 * Summary: compile-time version informations 2 * Summary: compile-time version informations
3 * Description: compile-time version informations for the XML library 3 * Description: compile-time version informations for the XML library
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: Daniel Veillard 7 * Author: Daniel Veillard
8 */ 8 */
9 9
10 #ifndef __XML_VERSION_H__ 10 #ifndef __XML_VERSION_H__
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 */ 480 */
481 #define LIBXML_ATTR_FORMAT(fmt,args) 481 #define LIBXML_ATTR_FORMAT(fmt,args)
482 #endif /* __GNUC__ */ 482 #endif /* __GNUC__ */
483 483
484 #ifdef __cplusplus 484 #ifdef __cplusplus
485 } 485 }
486 #endif /* __cplusplus */ 486 #endif /* __cplusplus */
487 #endif 487 #endif
488 488
489 489
OLDNEW
« no previous file with comments | « third_party/libxml/src/xpointer.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698