source: tags/initial/AWT/awt_assert.hxx

Last change on this file was 2, checked in by oldcode, 24 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 219 bytes
Line 
1#ifndef awt_assert_included
2#define awt_assert_included
3
4#ifdef DEBUG
5# define awt_assert(bed)        do { if (!(bed)) *(int*)0=0; } while (0)
6#else
7# define awt_assert(bed)
8#endif // DEBUG
9
10#endif // awt_assert_included
Note: See TracBrowser for help on using the repository browser.