comparison src/debug.h @ 440:8de8e3f6228a r21-2-28

Import from CVS: tag r21-2-28
author cvs
date Mon, 13 Aug 2007 11:33:38 +0200
parents 3ecd8885ac67
children ed498ef2108b
comparison
equal deleted inserted replaced
439:357dd071b03c 440:8de8e3f6228a
20 20
21 /* Synched up with: Not in FSF. */ 21 /* Synched up with: Not in FSF. */
22 22
23 /* Written by Chuck Thompson */ 23 /* Written by Chuck Thompson */
24 24
25 #ifndef _XEMACS_DEBUG_H_ 25 #ifndef INCLUDED_debug_h_
26 #define _XEMACS_DEBUG_H_ 26 #define INCLUDED_debug_h_
27 27
28 #define DEBUG_STDERR 1 28 #define DEBUG_STDERR 1
29 #define DEBUG_ABORT 2 29 #define DEBUG_ABORT 2
30 30
31 #ifdef DEBUG_XEMACS 31 #ifdef DEBUG_XEMACS
74 74
75 #define DASSERT(class, desired_type, action, assertion) ((void) 0) 75 #define DASSERT(class, desired_type, action, assertion) ((void) 0)
76 76
77 #endif /* !DEBUG_XEMACS */ 77 #endif /* !DEBUG_XEMACS */
78 78
79 #endif /* _XEMACS_DEBUG_H_ */ 79 #endif /* INCLUDED_debug_h_ */