ref: 47530cd95dab13ff70928ec85a2f32c9f8448725
parent: 5690c5727ebf9fd99213b8c9b81f4e0a7fde715c
author: Ori Bernstein <[email protected]>
date: Tue Jun 19 18:30:38 EDT 2012
Assign the void type to tyvoid. oops. Typo.
--- a/8/reduce.c
+++ b/8/reduce.c
@@ -898,7 +898,7 @@
/* declare useful constants */
tyword = mkty(-1, Tyint);
- tyword = mkty(-1, Tyvoid);
+ tyvoid = mkty(-1, Tyvoid);
one = word(-1, 1);
zero = word(-1, 0);
ptrsz = word(-1, 4);