Avoid compiling debug args with C90 compilers.
authorHallvard Furuseth <hallvard@openldap.org>
Sat, 10 Aug 2013 11:50:10 +0000 (13:50 +0200)
committerHallvard Furuseth <hallvard@openldap.org>
Sat, 10 Aug 2013 11:50:10 +0000 (13:50 +0200)
commit9c49ef1d711dbb5e73f26759ce9ec67740741c5a
treed2e10c4a39c317677be77402ad8b9b3c6222ac3f
parent76d31573a40ba8fe27be6cf3a68230c363119bdf
Avoid compiling debug args with C90 compilers.

Use double DPRINTF() parenthesis, so varargs macros are not needed.
Parenthesize MDB_DEBUG, in case the user defines it as foo || bar.
libraries/liblmdb/mdb.c