Build fixes.
[babeltrace.git] / include / babeltrace / types.h
index fe7ab62950f10604a1f4971b03f901bb6ab71f3c..3d396c86b03b5d161ab35bace26cc2b965ad4eed 100644 (file)
@@ -229,7 +229,7 @@ struct type_field {
 };
 
 struct field {
-       struct declaration *type;
+       struct declaration *declaration;
 };
 
 struct type_struct {
@@ -255,7 +255,7 @@ struct declaration_variant {
        struct declaration p;
        struct type_variant *type;
        struct declaration_scope *scope;
-       struct declaration *tag;
+       struct declaration *enum_tag;
        GArray *fields;                 /* Array of struct field */
        struct field *current_field;    /* Last field read */
 };
This page took 0.02367 seconds and 4 git commands to generate.