ref: 4d4598925d9381a2e2fa8f618cb03265d26b5468
parent: 797b4ce60e118ccc6b0b38b2d46b6c3acbe50778
author: Ori Bernstein <[email protected]>
date: Fri Sep 13 13:21:35 EDT 2013
Fix misnamed member.
--- a/parse/parse.h
+++ b/parse/parse.h
@@ -137,7 +137,7 @@
struct Ucon {
int line; /* line declared on */
size_t id; /* unique id */
- Vis vis; /* is it generated? */
+ int synth; /* is it generated? */
Node *name; /* ucon name */
Type *utype; /* type of the union this is an element of */
Type *etype; /* type for the element */