Fix build failure on macOS
[deliverable/binutils-gdb.git] / gdb / ui-out.c
index 80845f4bcaa8d61ee3e7c202b645831a8b22e8da..2b3b7e4accb3087f577e3322679f5f2c00cd2665 100644 (file)
@@ -730,13 +730,13 @@ ui_out::vmessage (const ui_file_style &in_style, const char *format,
                base_field_s *bf = va_arg (args, base_field_s *);
                switch (bf->kind)
                  {
-                 case field_kind::SIGNED:
+                 case field_kind::FIELD_SIGNED:
                    {
                      auto *f = (signed_field_s *) bf;
                      field_signed (f->name, f->val);
                    }
                    break;
-                 case field_kind::STRING:
+                 case field_kind::FIELD_STRING:
                    {
                      auto *f = (string_field_s *) bf;
                      field_string (f->name, f->str);
This page took 0.024207 seconds and 4 git commands to generate.