Add a char type
This commit is contained in:
@ -66,7 +66,7 @@ struct GTY (()) language_function
|
||||
static bool elna_langhook_init(void)
|
||||
{
|
||||
build_common_tree_nodes(false);
|
||||
enumeral_node = make_node(ENUMERAL_TYPE);
|
||||
elna_init_ttree();
|
||||
|
||||
/* I don't know why this has to be done explicitly. */
|
||||
void_list_node = build_tree_list(NULL_TREE, void_type_node);
|
||||
|
Reference in New Issue
Block a user