* 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:
Fred Fish
1992-12-09 07:01:43 +00:00
parent 22e3975901
commit d62e7a20d8
4 changed files with 14 additions and 6 deletions

View File

@ -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,