diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-09-07 23:06:13 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-09-15 23:01:33 -0400 |
commit | 0921f4b551b0c9768126e8c0b9c0e8de56e946c7 (patch) | |
tree | 63c26a3b12b335b95d0703c5482937e43b8d9258 /lisc/lisc.h | |
parent | a1b3e82dc9290b604151fed3682618bc09fca9cc (diff) | |
download | roux-0921f4b551b0c9768126e8c0b9c0e8de56e946c7.tar.gz |
fix minor type parsing bugs
Diffstat (limited to 'lisc/lisc.h')
-rw-r--r-- | lisc/lisc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisc/lisc.h b/lisc/lisc.h index 71b0f28..859d566 100644 --- a/lisc/lisc.h +++ b/lisc/lisc.h @@ -230,6 +230,7 @@ struct Fn { }; struct Type { + char name[NString]; int dark; int size; int align; |