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

Side by Side Diff: third_party/sqlite/src/autoconf/tea/win/nmakehlp.c

Issue 1610963002: Import SQLite 3.10.2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/sqlite/src/autoconf/tea/configure.in ('k') | third_party/sqlite/src/config.h.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
None
OLDNEW
1 /* 1 /*
2 * ---------------------------------------------------------------------------- 2 * ----------------------------------------------------------------------------
3 * nmakehlp.c -- 3 * nmakehlp.c --
4 * 4 *
5 * This is used to fix limitations within nmake and the environment. 5 * This is used to fix limitations within nmake and the environment.
6 * 6 *
7 * Copyright (c) 2002 by David Gravereaux. 7 * Copyright (c) 2002 by David Gravereaux.
8 * Copyright (c) 2006 by Pat Thoyts 8 * Copyright (c) 2006 by Pat Thoyts
9 * 9 *
10 * See the file "license.terms" for information on usage and redistribution of 10 * See the file "license.terms" for information on usage and redistribution of
(...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 static int 593 static int
594 SubstituteFile( 594 SubstituteFile(
595 const char *substitutions, 595 const char *substitutions,
596 const char *filename) 596 const char *filename)
597 { 597 {
598 size_t cbBuffer = 1024; 598 size_t cbBuffer = 1024;
599 static char szBuffer[1024], szCopy[1024]; 599 static char szBuffer[1024], szCopy[1024];
600 char *szResult = NULL; 600 char *szResult = NULL;
601 list_item_t *substPtr = NULL; 601 list_item_t *substPtr = NULL;
602 FILE *fp, *sp; 602 FILE *fp, *sp;

error: old chunk mismatch

OLDNEW
« no previous file with comments | « third_party/sqlite/src/autoconf/tea/configure.in ('k') | third_party/sqlite/src/config.h.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698