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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user