source:
tags/initial/AWT/awt_assert.hxx
| Last change on this file was 2, checked in by oldcode, 25 years ago | |
|---|---|
|
|
| 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.
