src/debug.h
changeset 5838 9c3129cb019b
parent 5726 8f399788f6c9
child 5915 a39082f82ea2
equal deleted inserted replaced
5837:96b4b92b86ae 5838:9c3129cb019b
     1 /* $Id$ */
     1 /* $Id$ */
     2 
     2 
     3 #ifndef DEBUG_H
     3 #ifndef DEBUG_H
     4 #define DEBUG_H
     4 #define DEBUG_H
       
     5 
       
     6 #ifdef __cplusplus
       
     7 extern "C" {
       
     8 #endif //__cplusplus
     5 
     9 
     6 /* Debugging messages policy:
    10 /* Debugging messages policy:
     7  * These should be the severities used for direct DEBUG() calls
    11  * These should be the severities used for direct DEBUG() calls
     8  * maximum debugging level should be 10 if really deep, deep
    12  * maximum debugging level should be 10 if really deep, deep
     9  * debugging is needed.
    13  * debugging is needed.
   103 		__i__ = 0;\
   107 		__i__ = 0;\
   104 		__sum__ = 0;\
   108 		__sum__ = 0;\
   105 	}\
   109 	}\
   106 }
   110 }
   107 
   111 
       
   112 #ifdef __cplusplus
       
   113 }
       
   114 #endif //__cplusplus
       
   115 
   108 #endif /* DEBUG_H */
   116 #endif /* DEBUG_H */