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

Side by Side Diff: third_party/libxslt/src/libxslt/variables.c

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 * variables.c: Implementation of the variable storage and lookup 2 * variables.c: Implementation of the variable storage and lookup
3 * 3 *
4 * Reference: 4 * Reference:
5 * http://www.w3.org/TR/1999/REC-xslt-19991116 5 * http://www.w3.org/TR/1999/REC-xslt-19991116
6 * 6 *
7 * See Copyright for the status of this software. 7 * See Copyright for the status of this software.
8 * 8 *
9 * daniel@veillard.com 9 * daniel@veillard.com
10 */ 10 */
(...skipping 2345 matching lines...) Expand 10 before | Expand all | Expand 10 after
2356 #ifdef WITH_XSLT_DEBUG_VARIABLE 2356 #ifdef WITH_XSLT_DEBUG_VARIABLE
2357 XSLT_TRACE(tctxt,XSLT_TRACE_VARIABLES,xsltGenericDebug(xsltGenericDebugC ontext, 2357 XSLT_TRACE(tctxt,XSLT_TRACE_VARIABLES,xsltGenericDebug(xsltGenericDebugC ontext,
2358 "found variable '%s'\n", name)); 2358 "found variable '%s'\n", name));
2359 #endif 2359 #endif
2360 } 2360 }
2361 2361
2362 return(valueObj); 2362 return(valueObj);
2363 } 2363 }
2364 2364
2365 2365
OLDNEW
« no previous file with comments | « third_party/libxslt/src/libxslt/variables.h ('k') | third_party/libxslt/src/libxslt/win32config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698