> Well, I was not sure about this one.  The problem with debug_level is
> that it produces too verbose output, it's not just "checks".  I was
> rather thinking about having a test-mode version of babeld, which let
> the clean babeld-code as-is, and add some code around, like mocks. (?)

Please do either

  #ifdef DEBUG

or

  #ifndef NDEBUG

at your preference.

(NDEBUG is the standard macro used for disabling assertions.)

-- Juliusz

_______________________________________________
Babel-users mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users

Reply via email to