openbsd-ports/databases/sqlite3/patches/patch-src_utf_c
sthen dc0e69d86a Update to 3.6.23, much of this was done by Florent Tribouilloy and
espie@ who adjusted things so the build doesn't depend on Tcl (which
was added as a build dependency in 3.6.17).
2010-04-02 20:07:11 +00:00

19 lines
512 B
Plaintext

$OpenBSD: patch-src_utf_c,v 1.3 2010/04/02 20:07:11 sthen Exp $
--- src/utf.c.orig Tue Dec 29 21:59:49 2009
+++ src/utf.c Wed Jan 20 11:15:09 2010
@@ -37,14 +37,6 @@
#include <assert.h>
#include "vdbeInt.h"
-#ifndef SQLITE_AMALGAMATION
-/*
-** The following constant value is used by the SQLITE_BIGENDIAN and
-** SQLITE_LITTLEENDIAN macros.
-*/
-const int sqlite3one = 1;
-#endif /* SQLITE_AMALGAMATION */
-
/*
** This lookup table is used to help decode the first byte of
** a multi-byte UTF8 character.