diff options
Diffstat (limited to 'gdb/ch-lang.c')
-rw-r--r-- | gdb/ch-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ch-lang.c b/gdb/ch-lang.c index 6104675..9e28fbd 100644 --- a/gdb/ch-lang.c +++ b/gdb/ch-lang.c @@ -279,7 +279,7 @@ const struct language_defn chill_language_defn = { /* Initialization for Chill */ void -_initialize_chill_exp () +_initialize_chill_language () { builtin_type_chill_bool = init_type (TYPE_CODE_BOOL, TARGET_CHAR_BIT / TARGET_CHAR_BIT, |