Subversion Repositories public iLand

Rev

Rev 117 | Rev 157 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 117 Rev 130
Line 33... Line 33...
33
#    define DBG_IF_X(cond, where, what,more) ((cond) ? dbg_helper_ext(where, what, __FILE__, __LINE__,more) : qt_noop())
33
#    define DBG_IF_X(cond, where, what,more) ((cond) ? dbg_helper_ext(where, what, __FILE__, __LINE__,more) : qt_noop())
34
#  else
34
#  else
35
#    define DBG_IF_X(cond, where, what,more) qt_noop()
35
#    define DBG_IF_X(cond, where, what,more) qt_noop()
36
#  endif
36
#  endif
37
#endif
37
#endif
-
 
38
-
 
39
#if !defined(DBGMODE)
-
 
40
#  ifndef QT_NO_DEBUG
-
 
41
#    define DBGMODE(stmts) { stmts }
-
 
42
#  else
-
 
43
#    define DBGMODE(stmts) qt_noop()
-
 
44
#  endif
-
 
45
#endif
-
 
46
38
47
39
#endif // GLOBAL_H
48
#endif // GLOBAL_H