Remove gencpp_c11 for now (not using yet, maybe I'll do a truncated version)

Prepparing to explore Lottes's C-- more, also how crufty it looks in odin.
This commit is contained in:
2025-10-10 19:28:36 -04:00
parent e2aba6db5f
commit 7949d2ba5f
8 changed files with 77 additions and 29154 deletions

View File

@@ -77,7 +77,7 @@ enum {
iter.cursor op iter.r.end; \
++ iter.cursor
#define def_span(type) \
#define def_span(type) \
def_struct(tmpl( Span,type)) { type begin; type end; }; \
typedef def_struct(tmpl(Iter_Span,type)) { tmpl(Span,type) r; type cursor; }