annotate include/types.h @ 109:813e5a52063d

Remove closure conversion in favor of zany fun with modules, which also replaces 'page'
author Adam Chlipala <adamc@hcoop.net>
date Sun, 13 Jul 2008 10:17:06 -0400
parents 5f04adf47f48
children 94856a3b4752
rev   line source
adamc@102 1 typedef int lw_Basis_int;
adamc@102 2 typedef float lw_Basis_float;
adamc@102 3 typedef char* lw_Basis_string;
adamc@102 4
adamc@102 5 struct __lws_0 {
adamc@102 6 };
adamc@102 7
adamc@102 8 typedef struct __lws_0 lw_unit;