Last change
on this file was
5675,
checked in by westram, 16 years ago
|
- removed automatic timestamps (the best they were good for, were vc-conflicts)
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
924 bytes
|
Line | |
---|
1 | // ================================================================= // |
---|
2 | // // |
---|
3 | // File : sec_defs.hxx // |
---|
4 | // Purpose : // |
---|
5 | // // |
---|
6 | // Coded by Ralf Westram (coder@reallysoft.de) in September 2007 // |
---|
7 | // Institute of Microbiology (Technical University Munich) // |
---|
8 | // http://www.arb-home.de/ // |
---|
9 | // // |
---|
10 | // ================================================================= // |
---|
11 | |
---|
12 | #ifndef SEC_DEFS_HXX |
---|
13 | #define SEC_DEFS_HXX |
---|
14 | |
---|
15 | #ifndef ARB_ASSERT_H |
---|
16 | #include <arb_assert.h> |
---|
17 | #endif |
---|
18 | |
---|
19 | #define sec_assert(cond) arb_assert(cond) |
---|
20 | |
---|
21 | #else |
---|
22 | #error sec_defs.hxx included twice |
---|
23 | #endif // SEC_DEFS_HXX |
---|
Note: See
TracBrowser
for help on using the repository browser.