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

Make sure the sqlite3DebugPrintf() function is defined for OSTRACE as well.

FossilOrigin-Name: ae5af70427e0df960a54c48cd27a6288500b1f31
This commit is contained in:
mistachkin
2015-04-16 03:37:19 +00:00
parent fb383e9229
commit 02b0e267fb
5 changed files with 12 additions and 12 deletions

View File

@@ -38,8 +38,8 @@
# define OSTRACE(X) if( sqlite3OSTrace ) sqlite3DebugPrintf X
# define SQLITE_HAVE_OS_TRACE
#else
# undef SQLITE_HAVE_OS_TRACE
# define OSTRACE(X)
# undef SQLITE_HAVE_OS_TRACE
#endif
/*