Add a char type
This commit is contained in:
@ -1,3 +1,11 @@
|
||||
#include "elna/gcc/elna-tree.h"
|
||||
|
||||
#include "stor-layout.h"
|
||||
|
||||
tree elna_global_trees[ELNA_TI_MAX];
|
||||
|
||||
void elna_init_ttree(void)
|
||||
{
|
||||
elna_char_type_node = make_unsigned_type(8);
|
||||
TYPE_STRING_FLAG(elna_char_type_node) = 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user