comparison include/types.h @ 167:2be573fec9a6

Unurlifying a datatype; longjmp-based error signaling mechanism
author Adam Chlipala <adamc@hcoop.net>
date Tue, 29 Jul 2008 15:25:42 -0400
parents adfa2c7a75da
children 88d46972de53
comparison
equal deleted inserted replaced
166:a991431b77eb 167:2be573fec9a6
10 10
11 typedef struct lw_context *lw_context; 11 typedef struct lw_context *lw_context;
12 12
13 typedef lw_Basis_string lw_Basis_xhtml; 13 typedef lw_Basis_string lw_Basis_xhtml;
14 typedef lw_Basis_string lw_Basis_page; 14 typedef lw_Basis_string lw_Basis_page;
15
16
17 typedef enum { SUCCESS, FATAL, BOUNDED_RETRY, UNLIMITED_RETRY } failure_kind;