* gdbtypes.h, ch-typeprint.c, ch-valprint.c:
[deliverable/binutils-gdb.git] / gdb / language.h
index e197aaa14a0fedfec9ebe7a179351569d3d086d4..9d087ce2129bfce96dc4c52c57e8155f3d068f46 100644 (file)
@@ -106,7 +106,10 @@ struct language_defn
 
   enum language la_language;
 
-  /* Its builtin types */
+  /* Its builtin types.  This is a vector ended by a NULL pointer.  These
+     types can be specified by name in parsing types in expressions,
+     regardless of whether the program being debugged actually defines
+     such a type.  */
 
   struct type ** const *la_builtin_type_vector;
 
This page took 0.023352 seconds and 4 git commands to generate.