file: exception.h
1
/*
2
* Copyright (C) 2008-2009 by Emmanuel Azencot under the GNU LGPL
3
* license version 2.0 or 2.1. You should have received a copy of the
4
* LGPL license along with this library if you did not you can find it
5
* at http://www.gnu.org/.
6
*/
7
#ifndef _EXCEPTION_H_ /* [ */
8
#define /*X*/ _EXCEPTION_H_
9
10
#ifdef EXCP_INCLUDE
11
#include EXCP_INCLUDE
12
#else
13
#ifdef EXCP_DEFAULT_INCLUDE
14
#include EXCP_DEFAULT_INCLUDE
15
#else
16
#include "exception_errno.h"
17
#endif
18
#endif
19
20
#ifndef EXCP_MOD
21
#define /*X*/ EXCP_MOD 0
22
#endif
23
24
#endif /* ] _EXCEPTION_H_ */
C to HTML Conversion by ctoohtml