mirror of
https://github.com/Ed94/HandmadeHero.git
synced 2024-12-21 22:14:43 -08:00
codegen fix based on latest lib
This commit is contained in:
parent
90a8dfd507
commit
dbee294b32
@ -70,7 +70,8 @@ int gen_main()
|
|||||||
}
|
}
|
||||||
content.append( context_data_members[ context_data_members.num() - 1 ].to_strbuilder() );
|
content.append( context_data_members[ context_data_members.num() - 1 ].to_strbuilder() );
|
||||||
}
|
}
|
||||||
using_context = def_define( txt("using_context()"), using_context_content );
|
|
||||||
|
using_context = def_define( txt("using_context()"), MT_Statement, { {}, using_context_content } );
|
||||||
}
|
}
|
||||||
|
|
||||||
builder.print( using_context );
|
builder.print( using_context );
|
||||||
|
Loading…
Reference in New Issue
Block a user