comparison include/types.h @ 186:88d46972de53

bool in Basis
author Adam Chlipala <adamc@hcoop.net>
date Sun, 03 Aug 2008 18:53:20 -0400
parents 2be573fec9a6
children 20bf7487c370
comparison
equal deleted inserted replaced
185:19ee24bffbc0 186:88d46972de53
6 }; 6 };
7 7
8 typedef struct __lws_0 lw_unit; 8 typedef struct __lws_0 lw_unit;
9 typedef lw_unit lw_Basis_unit; 9 typedef lw_unit lw_Basis_unit;
10 10
11 enum lw_Basis_bool_enum { lw_Basis_False, lw_Basis_True };
12
13 typedef struct lw_Basis_bool {
14 enum lw_Basis_bool_enum tag;
15 } *lw_Basis_bool;
16
11 typedef struct lw_context *lw_context; 17 typedef struct lw_context *lw_context;
12 18
13 typedef lw_Basis_string lw_Basis_xhtml; 19 typedef lw_Basis_string lw_Basis_xhtml;
14 typedef lw_Basis_string lw_Basis_page; 20 typedef lw_Basis_string lw_Basis_page;
15 21