*** empty log message ***
[libfirm] / ir / common / bool.h
1 /* Copyright (C) 1998 - 2000 by Universitaet Karlsruhe
2 ** All rights reserved.
3 **
4 ** Authors: Goetz Lindenmaier.
5 **
6 ** bool.h: Datatype bool.
7 **
8 */
9
10 # ifndef _BOOL_H_
11 # define _BOOL_H_
12
13 # ifndef __cplusplus
14
15 typedef unsigned char bool;
16
17 # endif /* __cplusplus */
18
19 # endif /* _BOOL_H_ */