ARB
Main Page
Namespaces
Classes
Files
File List
File Members
SECEDIT
SEC_defs.hxx
Go to the documentation of this file.
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
arb_assert.h
Generated by
1.8.8