Type check the return statement
This commit is contained in:
@ -248,4 +248,9 @@ namespace elna::gcc
|
||||
}
|
||||
return field_declaration;
|
||||
}
|
||||
|
||||
tree build_global_pointer_type(tree type)
|
||||
{
|
||||
return build_pointer_type_for_mode(type, VOIDmode, true);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user