mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 15:26:12 -08:00 
			
		
		
		
	more prep for parser.cpp for c-library gen
This commit is contained in:
		@@ -9,12 +9,12 @@ CodeBody gen_fixed_arenas()
 | 
			
		||||
	result.append(def_pragma(txt("region FixedArena")));
 | 
			
		||||
 | 
			
		||||
	char const* template_struct = stringize(
 | 
			
		||||
		struct FixedArena_<Name>_Def
 | 
			
		||||
		struct FixedArena_<Name>
 | 
			
		||||
		{
 | 
			
		||||
			char  memory[<Size>];
 | 
			
		||||
			Arena arena;
 | 
			
		||||
		};
 | 
			
		||||
		typedef struct FixedArena_<Name>_Def FixedArena_<Name>;
 | 
			
		||||
		typedef struct FixedArena_<Name> FixedArena_<Name>;
 | 
			
		||||
	);
 | 
			
		||||
 | 
			
		||||
	char const* template_interface = stringize(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user