aboutsummaryrefslogtreecommitdiff
path: root/gdb/ch-lang.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ch-lang.c')
-rw-r--r--gdb/ch-lang.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ch-lang.c b/gdb/ch-lang.c
index bfd7728..a3d2d14 100644
--- a/gdb/ch-lang.c
+++ b/gdb/ch-lang.c
@@ -323,6 +323,7 @@ const struct language_defn chill_language_defn = {
{"D'%ld", "D'", "d", ""}, /* Decimal format info */
{"H'%lx", "H'", "x", ""}, /* Hex format info */
chill_op_print_tab, /* expression operators for printing */
+ 0, /* arrays are first-class (not c-style) */
LANG_MAGIC
};