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

Side by Side Diff: third_party/libxml/triodef.h

Issue 2951008: Update libxml to 2.7.7. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 5 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 * 2 *
3 * $Id: triodef.h 3473 2006-05-31 13:35:28Z veillard $ 3 * $Id$
4 * 4 *
5 * Copyright (C) 2001 Bjorn Reese <breese@users.sourceforge.net> 5 * Copyright (C) 2001 Bjorn Reese <breese@users.sourceforge.net>
6 * 6 *
7 * Permission to use, copy, modify, and distribute this software for any 7 * Permission to use, copy, modify, and distribute this software for any
8 * purpose with or without fee is hereby granted, provided that the above 8 * purpose with or without fee is hereby granted, provided that the above
9 * copyright notice and this permission notice appear in all copies. 9 * copyright notice and this permission notice appear in all copies.
10 * 10 *
11 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED 11 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
12 * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF 12 * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
13 * MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND 13 * MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 213
214 /* 214 /*
215 * Not all preprocessors supports the LL token. 215 * Not all preprocessors supports the LL token.
216 */ 216 */
217 #if defined(TRIO_COMPILER_BCB) 217 #if defined(TRIO_COMPILER_BCB)
218 #else 218 #else
219 # define TRIO_COMPILER_SUPPORTS_LL 219 # define TRIO_COMPILER_SUPPORTS_LL
220 #endif 220 #endif
221 221
222 #endif /* TRIO_TRIODEF_H */ 222 #endif /* TRIO_TRIODEF_H */
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698