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

Side by Side Diff: third_party/libxslt/src/libxslt/triodef.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
« no previous file with comments | « third_party/libxslt/src/libxslt/trio.h ('k') | third_party/libxslt/src/libxslt/variables.h » ('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 * 2 *
3 * $Id$ 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 *
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 211
212 /* 212 /*
213 * Not all preprocessors supports the LL token. 213 * Not all preprocessors supports the LL token.
214 */ 214 */
215 #if defined(TRIO_COMPILER_BCB) 215 #if defined(TRIO_COMPILER_BCB)
216 #else 216 #else
217 # define TRIO_COMPILER_SUPPORTS_LL 217 # define TRIO_COMPILER_SUPPORTS_LL
218 #endif 218 #endif
219 219
220 #endif /* TRIO_TRIODEF_H */ 220 #endif /* TRIO_TRIODEF_H */
OLDNEW
« no previous file with comments | « third_party/libxslt/src/libxslt/trio.h ('k') | third_party/libxslt/src/libxslt/variables.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698