Add missing case in tyencode for ty_constr

Fixes the Windoze breakage, I hope.
This commit is contained in:
Tim Chevalier 2011-07-19 20:15:27 -07:00
parent 1a2a8b6b17
commit 41212792c6
3 changed files with 66 additions and 0 deletions

View file

@ -122,6 +122,7 @@ export ty_box;
export ty_chan;
export ty_char;
export ty_constr;
export ty_constr_arg;
export ty_float;
export ty_fn;
export ty_fn_abi;