Some access routines for visited flags in entity.h, irnode.h,
[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 /* $Id$ */
11
12 # ifndef _BOOL_H_
13 # define _BOOL_H_
14
15 # ifndef __cplusplus
16
17 typedef unsigned char bool;
18
19 # endif /* __cplusplus */
20
21 # endif /* _BOOL_H_ */