commit 6c2d8124078d9ee016e49688286dd9bc358abf55 parent 0921f4b551b0c9768126e8c0b9c0e8de56e946c7 Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu> Date: Mon, 7 Sep 2015 23:08:27 -0400 make type size unsigned Diffstat:
| M | lisc/lisc.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisc/lisc.h b/lisc/lisc.h @@ -232,7 +232,7 @@ struct Fn { struct Type { char name[NString]; int dark; - int size; + uint size; int align; struct {