Hack to allow easy debugging of skinny in trunk.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@283289 65c4cc65-6c06-0410-ace0-fbb531ad65f3
10-digiumphones
Damien Wedhorn 15 years ago
parent 530be85aad
commit db994dbc6c

@ -128,6 +128,13 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</manager>
***/
/* Hack to allow for easy debugging in trunk.
This block should be removed in branches. */
#ifndef SKINNY_DEVMODE
#define SKINNY_DEVMODE
#endif
/* end hack */
#ifdef SKINNY_DEVMODE
#define SKINNY_DEVONLY(code) \
code

Loading…
Cancel
Save