diff options
author | mistachkin <mistachkin@noemail.net> | 2015-01-12 18:52:57 +0000 |
---|---|---|
committer | mistachkin <mistachkin@noemail.net> | 2015-01-12 18:52:57 +0000 |
commit | 9b97b8fed970afe1edcae8b49281c072b92c93d0 (patch) | |
tree | 5e933832179cd56eb86c79d942f73df4d9c36dcc /src/printf.c | |
parent | 7bb6e8e16962d2201a5d61d5e02a52b4d453786c (diff) | |
parent | 8d9da63dacde128e546f84cb34392188aab1be83 (diff) | |
download | sqlite-9b97b8fed970afe1edcae8b49281c072b92c93d0.tar.gz sqlite-9b97b8fed970afe1edcae8b49281c072b92c93d0.zip |
Merge updates from trunk.
FossilOrigin-Name: ca5f2c545216c82486e66d26f55b49cbf351ffdc
Diffstat (limited to 'src/printf.c')
-rw-r--r-- | src/printf.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/printf.c b/src/printf.c index ac7b05163..428c959cc 100644 --- a/src/printf.c +++ b/src/printf.c @@ -15,17 +15,6 @@ #include "sqliteInt.h" /* -** If the strchrnul() library function is available, then set -** HAVE_STRCHRNUL. If that routine is not available, this module -** will supply its own. The built-in version is slower than -** the glibc version so the glibc version is definitely preferred. -*/ -#if !defined(HAVE_STRCHRNUL) -# define HAVE_STRCHRNUL 0 -#endif - - -/* ** Conversion types fall into various categories as defined by the ** following enumeration. */ |