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

Fix TRACE7 in os_common.h. (CVS 1765)

FossilOrigin-Name: 76e0b74961af3ff285757ac428b82fe7eaffc025
This commit is contained in:
drh
2004-06-29 13:54:50 +00:00
parent c8c1158be2
commit 4230e2c7f3
4 changed files with 16 additions and 36 deletions

View File

@@ -56,6 +56,7 @@ static unsigned int elapse;
#define TRACE4(X,Y,Z,A)
#define TRACE5(X,Y,Z,A,B)
#define TRACE6(X,Y,Z,A,B,C)
#define TRACE7(X,Y,Z,A,B,C,D)
#endif