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

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

Issue 901033002: Import SQLite 3.8.7.4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Chromium changes to support SQLite 3.8.7.4. Created 5 years, 10 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 * 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 683 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 694
695 /* 695 /*
696 * Local variables: 696 * Local variables:
697 * mode: c 697 * mode: c
698 * c-basic-offset: 4 698 * c-basic-offset: 4
699 * fill-column: 78 699 * fill-column: 78
700 * indent-tabs-mode: t 700 * indent-tabs-mode: t
701 * tab-width: 8 701 * tab-width: 8
702 * End: 702 * End:
703 */ 703 */
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698