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

Add version comment to vdbeaux.c. No code changes. Ticket #3066. (CVS 5038)

FossilOrigin-Name: d667add44b87f9011b0ef10d45101dfc1e38feaa
This commit is contained in:
danielk1977
2008-04-24 08:31:51 +00:00
parent 5ff1020dd8
commit 9a9b1564cf
3 changed files with 10 additions and 8 deletions

View File

@@ -13,6 +13,8 @@
** a VDBE (or an "sqlite3_stmt" as it is known to the outside world.) Prior
** to version 2.8.7, all this code was combined into the vdbe.c source file.
** But that file was getting too big so this subroutines were split out.
**
** $Id: vdbeaux.c,v 1.377 2008/04/24 08:31:52 danielk1977 Exp $
*/
#include "sqliteInt.h"
#include <ctype.h>