1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-08 03:22:21 +03:00

Change the name of the "limits.h" source file to "sqliteLimit.h".

Ticket #2428. (CVS 4091)

FossilOrigin-Name: 64bcc41f12e902fd025c9ba36c09dd6e4cf25923
This commit is contained in:
drh
2007-06-19 15:23:48 +00:00
parent b21f87dda1
commit c551dd804a
8 changed files with 176 additions and 17 deletions

View File

@@ -11,11 +11,11 @@
*************************************************************************
** Internal interface definitions for SQLite.
**
** @(#) $Id: sqliteInt.h,v 1.572 2007/06/10 22:57:33 drh Exp $
** @(#) $Id: sqliteInt.h,v 1.573 2007/06/19 15:23:48 drh Exp $
*/
#ifndef _SQLITEINT_H_
#define _SQLITEINT_H_
#include "limits.h"
#include "sqliteLimit.h"
#if defined(SQLITE_TCL) || defined(TCLSH)