codegen fix based on latest lib

This commit is contained in:
Edward R. Gonzalez 2024-12-15 10:43:47 -05:00
parent 90a8dfd507
commit dbee294b32

View File

@ -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 );