1
0
mirror of https://github.com/Ed94/gencpp.git synced 2025-07-12 16:38:59 -07:00

Removed thirdparty dir, updated docs, removed banned.define/undef files

This commit is contained in:
2023-07-12 03:15:52 -04:00
parent 6ae23e4da0
commit b17c094cd2
9 changed files with 90 additions and 21873 deletions

@ -275,7 +275,7 @@ Code gen__hashtable( StrC type )
)
));
return def_global_body( 3, ht_entry, array_ht_entry, hashtable );
return def_global_body( args( ht_entry, array_ht_entry, hashtable ));
}
struct GenHashTableRequest