| Line | |
|---|
| 1 | // ================================================================= // |
|---|
| 2 | // // |
|---|
| 3 | // File : ps_assert.hxx // |
|---|
| 4 | // // |
|---|
| 5 | // Coded by Ralf Westram (coder@reallysoft.de) in September 2012 // |
|---|
| 6 | // Institute of Microbiology (Technical University Munich) // |
|---|
| 7 | // http://www.arb-home.de/ // |
|---|
| 8 | // // |
|---|
| 9 | // ================================================================= // |
|---|
| 10 | |
|---|
| 11 | #ifndef PS_ASSERT_HXX |
|---|
| 12 | #define PS_ASSERT_HXX |
|---|
| 13 | |
|---|
| 14 | #ifndef ARB_ASSERT_H |
|---|
| 15 | #include <arb_assert.h> |
|---|
| 16 | #endif |
|---|
| 17 | |
|---|
| 18 | #define ps_assert(cond) arb_assert(cond) |
|---|
| 19 | #define CRASH provoke_core_dump |
|---|
| 20 | |
|---|
| 21 | #else |
|---|
| 22 | #error ps_assert.hxx included twice |
|---|
| 23 | #endif // PS_ASSERT_HXX |
|---|
Note: See
TracBrowser
for help on using the repository browser.