mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-05 15:55:57 +03:00
Check for miscompiled Tcl (CVS 204)
FossilOrigin-Name: 735d8b5c13b5e2602b37940377fced098be210c1
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
** other files are for internal use by SQLite and should not be
|
||||
** accessed by users of the library.
|
||||
**
|
||||
** $Id: main.c,v 1.26 2001/04/05 15:57:13 drh Exp $
|
||||
** $Id: main.c,v 1.27 2001/04/06 16:13:43 drh Exp $
|
||||
*/
|
||||
#include "sqliteInt.h"
|
||||
#include <unistd.h>
|
||||
@@ -195,9 +195,9 @@ const char sqlite_version[] = SQLITE_VERSION;
|
||||
** following global constant always lets us know.
|
||||
*/
|
||||
#ifdef SQLITE_UTF8
|
||||
char sqlite_encoding[] = "UTF-8";
|
||||
const char sqlite_encoding[] = "UTF-8";
|
||||
#else
|
||||
char sqlite_encoding[] = "iso8859";
|
||||
const char sqlite_encoding[] = "iso8859";
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user