Mercurial > hg-old > index.cgi
comparison lwar/lwar.h @ 171:d610b8aef91b
Added LWAR skeleton
author | lost |
---|---|
date | Sun, 01 Mar 2009 19:37:03 +0000 |
parents | |
children | 47427342e41d |
comparison
equal
deleted
inserted
replaced
170:bf69160da467 | 171:d610b8aef91b |
---|---|
1 /* | |
2 lwar.h | |
3 Copyright © 2009 William Astle | |
4 | |
5 This file is part of LWAR. | |
6 | |
7 LWAR is free software: you can redistribute it and/or modify it under the | |
8 terms of the GNU General Public License as published by the Free Software | |
9 Foundation, either version 3 of the License, or (at your option) any later | |
10 version. | |
11 | |
12 This program is distributed in the hope that it will be useful, but WITHOUT | |
13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | |
15 more details. | |
16 | |
17 You should have received a copy of the GNU General Public License along with | |
18 this program. If not, see <http://www.gnu.org/licenses/>. | |
19 | |
20 Contains the main defs used by the linker | |
21 */ | |
22 | |
23 | |
24 #ifndef __lwar_h_seen__ | |
25 #define __lwar_h_seen__ | |
26 | |
27 #ifndef __lwar_c_seen__ | |
28 | |
29 extern int debug_level; | |
30 | |
31 #define __lwar_E__ extern | |
32 #else | |
33 #define __lwar_E__ | |
34 #endif // __lwar_c_seen__ | |
35 | |
36 #undef __lwar_E__ | |
37 | |
38 #endif //__lwar_h_seen__ |