1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Fix for ticket #603. (CVS 1220)

FossilOrigin-Name: d0624d257789ac3f4cd3a7473bb741030c999b65
This commit is contained in:
drh
2004-02-10 13:19:35 +00:00
parent 57ced9186a
commit 4bc058593b
3 changed files with 10 additions and 9 deletions

View File

@@ -16,7 +16,7 @@
** sqliteRegisterDateTimeFunctions() found at the bottom of the file.
** All other code has file scope.
**
** $Id: date.c,v 1.9 2004/01/17 01:16:21 drh Exp $
** $Id: date.c,v 1.10 2004/02/10 13:19:35 drh Exp $
**
** NOTES:
**
@@ -47,7 +47,6 @@
** Willmann-Bell, Inc
** Richmond, Virginia (USA)
*/
#ifndef SQLITE_OMIT_DATETIME_FUNCS
#include "os.h"
#include "sqliteInt.h"
#include <ctype.h>
@@ -55,6 +54,8 @@
#include <assert.h>
#include <time.h>
#ifndef SQLITE_OMIT_DATETIME_FUNCS
/*
** A structure for holding a single date and time.
*/