Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(69)

Delta Between Two Patch Sets: third_party/sqlite_google/src/sqlite.h.in

Issue 924: sqlite3 pragma get/set user_version implemented (Closed) SVN Base: http://google-gears.googlecode.com/svn/contrib/dimitri.glazkov/database2/gears/
Left Patch Set: moved code to btree.c, restructured Created 4 months, 2 weeks ago
Right Patch Set: Removed starting a transaction, just report SQLITE_MISUSE now. Created 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 /* 1 /*
2 ** 2001 September 15 2 ** 2001 September 15
3 ** 3 **
4 ** The author disclaims copyright to this source code. In place of 4 ** The author disclaims copyright to this source code. In place of
5 ** a legal notice, here is a blessing: 5 ** a legal notice, here is a blessing:
6 ** 6 **
7 ** May you do good and not evil. 7 ** May you do good and not evil.
8 ** May you find forgiveness for yourself and forgive others. 8 ** May you find forgiveness for yourself and forgive others.
9 ** May you share freely, never taking more than you give. 9 ** May you share freely, never taking more than you give.
10 ** 10 **
(...skipping 2678 matching lines...) Show 10 above Show 10 below
2689 ** builds on processors without floating point support. 2689 ** builds on processors without floating point support.
2690 */ 2690 */
2691 #ifdef SQLITE_OMIT_FLOATING_POINT 2691 #ifdef SQLITE_OMIT_FLOATING_POINT
2692 # undef double 2692 # undef double
2693 #endif 2693 #endif
2694 2694
2695 #ifdef __cplusplus 2695 #ifdef __cplusplus
2696 } /* End of the 'extern "C"' block */ 2696 } /* End of the 'extern "C"' block */
2697 #endif 2697 #endif
2698 #endif 2698 #endif
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld r338