1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-05 15:55:57 +03:00

minor edits for new date.c with mingw/msys on Windows (CVS 1148)

FossilOrigin-Name: 9392c514501be333a3c22b552dc036e083eb22b4
This commit is contained in:
dougcurrie
2003-12-24 01:41:19 +00:00
parent f586aa8b96
commit ae53418df4
4 changed files with 15 additions and 12 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.4 2003/12/23 16:34:13 drh Exp $
** $Id: date.c,v 1.5 2003/12/24 01:41:19 dougcurrie Exp $
**
** NOTES:
**
@@ -48,12 +48,12 @@
** Richmond, Virginia (USA)
*/
#ifndef SQLITE_OMIT_DATETIME_FUNCS
#include "os.h"
#include "sqliteInt.h"
#include <ctype.h>
#include <stdlib.h>
#include <assert.h>
#include <time.h>
#include "sqliteInt.h"
#include "os.h"
/*
** A structure for holding a single date and time.