* configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
[deliverable/binutils-gdb.git] / gdb / ch-typeprint.c
index c217d2baa9e9f7319b17622dc61e09d56e9c4062..011bd125d2a8e76675f4d00ff8fd3e161ac87c36 100644 (file)
@@ -28,8 +28,6 @@
 #include "value.h"
 #include "gdbcore.h"
 #include "target.h"
-#include "command.h"
-#include "gdbcmd.h"
 #include "language.h"
 #include "ch-lang.h"
 #include "typeprint.h"
@@ -209,7 +207,7 @@ chill_type_print_base (struct type *type, struct ui_file *stream, int show,
          fprintf_filtered (stream, "(\n");
          if ((TYPE_NFIELDS (type) == 0) && (TYPE_NFN_FIELDS (type) == 0))
            {
-             if (TYPE_FLAGS (type) & TYPE_FLAG_STUB)
+             if (TYPE_STUB (type))
                {
                  fprintfi_filtered (level + 4, stream, "<incomplete type>\n");
                }
This page took 0.025099 seconds and 4 git commands to generate.