add 'anytype' to stage1 and langref
This commit is contained in:
@@ -8448,8 +8448,8 @@ static void define_builtin_types(CodeGen *g) {
|
||||
}
|
||||
{
|
||||
ZigType *entry = new_type_table_entry(ZigTypeIdOpaque);
|
||||
buf_init_from_str(&entry->name, "(var)");
|
||||
g->builtin_types.entry_var = entry;
|
||||
buf_init_from_str(&entry->name, "(anytype)");
|
||||
g->builtin_types.entry_anytype = entry;
|
||||
}
|
||||
|
||||
for (size_t i = 0; i < array_length(c_int_type_infos); i += 1) {
|
||||
|
||||
Reference in New Issue
Block a user