s/struct _serial_t/struct serial/
[deliverable/binutils-gdb.git] / gdb / c-valprint.c
index a4bcfb43ca60fe33d4c4e5d2842ce9354579cb52..e1e8b8211b430f97c551d0812ef1bda5c754345b 100644 (file)
@@ -28,6 +28,7 @@
 #include "valprint.h"
 #include "language.h"
 #include "c-lang.h"
+#include "cp-abi.h"
 \f
 
 /* Print function pointer with inferior address ADDRESS onto stdio
@@ -303,6 +304,7 @@ c_val_print (struct type *type, char *valaddr, int embedded_offset,
        }
       /* Fall through.  */
     case TYPE_CODE_STRUCT:
+      /*FIXME: Abstract this away */
       if (vtblprint && cp_is_vtbl_ptr_type (type))
        {
          /* Print the unmangled name if desired.  */
This page took 0.023085 seconds and 4 git commands to generate.