comparison include/types.h @ 119:7fdc146b2bc2

Proper handling of non-function-call links
author Adam Chlipala <adamc@hcoop.net>
date Sun, 13 Jul 2008 16:11:25 -0400
parents 94856a3b4752
children adfa2c7a75da
comparison
equal deleted inserted replaced
118:7207f794b916 119:7fdc146b2bc2
4 4
5 struct __lws_0 { 5 struct __lws_0 {
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 10
10 typedef struct lw_context *lw_context; 11 typedef struct lw_context *lw_context;
11 12
13 typedef lw_Basis_string lw_Basis_xhtml;