* gdb.texinfo (Continuing and Stepping): When talking about "step"
[deliverable/binutils-gdb.git] / gdb / ch-typeprint.c
index 377fff9607216284416dbfedb91e451af19394bc..740af37280193f5b14c32efc668f68fa786db384 100644 (file)
@@ -115,6 +115,10 @@ chill_type_print_base (type, stream, show, level)
        break;
 
       case TYPE_CODE_BOOL:
+       /* FIXME: we should probably just print the TYPE_NAME, in case
+          anyone ever fixes the compiler to give us the real names
+          in the presence of the chill equivalent of typedef (assuming
+          there is one).  */
        fprintf_filtered (stream, "BOOL");
        break;
 
This page took 0.022655 seconds and 4 git commands to generate.