1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-02 05:54:29 +03:00

Change all legacy instances of "#if SQLITE_DEBUG" to "#ifdef SQLITE_DEBUG" for

consistency.

FossilOrigin-Name: 670f10b24230863688270d12ac519609ade2302b
This commit is contained in:
drh
2017-02-13 13:35:55 +00:00
parent 30a5831c45
commit d879e3eb8d
9 changed files with 23 additions and 24 deletions

View File

@@ -3562,7 +3562,7 @@ void sqlite3VdbeRecordUnpack(
p->nField = u;
}
#if SQLITE_DEBUG
#ifdef SQLITE_DEBUG
/*
** This function compares two index or table record keys in the same way
** as the sqlite3VdbeRecordCompare() routine. Unlike VdbeRecordCompare(),
@@ -3667,7 +3667,7 @@ debugCompareEnd:
}
#endif
#if SQLITE_DEBUG
#ifdef SQLITE_DEBUG
/*
** Count the number of fields (a.k.a. columns) in the record given by
** pKey,nKey. The verify that this count is less than or equal to the