* c-lang.c (_initialize_c_language): Name changed from
_initialize_c_exp. * m2-lang.c (_initialize_m2_language): Name changed from _initialize_m2_exp. * m2-lang.c (_initialize_m2_language): Change malloc to xmalloc since it is no longer inside m2-exp.y, where it was remapped by Makefile. **** start-sanitize-chill **** * ch-lang.c (_initialize_chill_language): Name changed from _initialize_chill_exp. **** end-sanitize-chill ****
This commit is contained in:
parent
22e3975901
commit
d62e7a20d8
4 changed files with 14 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue