aboutsummaryrefslogtreecommitdiff
path: root/gdb/language.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/language.h')
-rw-r--r--gdb/language.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/language.h b/gdb/language.h
index 7ab04db..6122bbf 100644
--- a/gdb/language.h
+++ b/gdb/language.h
@@ -172,6 +172,11 @@ struct language_defn
const struct op_print *la_op_print_tab;
+ /* Zero if the language has first-class arrays. True if there are no
+ array values, and array objects decay to pointers, as in C. */
+
+ char c_style_arrays;
+
/* Add fields above this point, so the magic number is always last. */
/* Magic number for compat checking */