mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 23:36:12 -08:00 
			
		
		
		
	Introduced the general context struct for gencpp
This commit is contained in:
		@@ -67,7 +67,7 @@ int gen_main()
 | 
			
		||||
	{
 | 
			
		||||
		CodeBody macros = def_body( CT_Global_Body );
 | 
			
		||||
		{
 | 
			
		||||
			FileContents content    = file_read_contents( GlobalAllocator, true, path_base "dependencies/macros.hpp" );
 | 
			
		||||
			FileContents content    = file_read_contents( FallbackAllocator, true, path_base "dependencies/macros.hpp" );
 | 
			
		||||
			CodeBody     ori_macros = parse_global_body( Str { (char const*)content.data, content.size });
 | 
			
		||||
 | 
			
		||||
			for (Code	code =  ori_macros.begin();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user