On 23.02.2015 16:11, Philip Martin wrote: > Branko Čibej <br...@wandisco.com> writes: > >> On 23.02.2015 14:47, rhuij...@apache.org wrote: >>> Author: rhuijben >>> Date: Mon Feb 23 13:47:00 2015 >>> New Revision: 1661671 >>> >>> URL: http://svn.apache.org/r1661671 >>> Log: >>> I did it again... I left an SVN_DBG() call :( >> You've almost given me the motivation to write a pre-commit hook that >> rejects the commit if it finds an SVN_DBG call in the code ... :) > If we were to do that would we allow the use inside #if/ifdef? There > are a few instances of that in the code.
I was kidding, right. You'd have to preprocess the code, which essentially means you'd need a modified build environment just to check for stray SVN_DBG instances. Not worth the effort. -- Brane