asn1: Add breadcrumbs for future work

This commit is contained in:
Nicolas Williams
2020-12-16 15:10:58 -06:00
parent 7f0349e1fb
commit 45451814b3
2 changed files with 58 additions and 0 deletions

View File

@@ -181,6 +181,8 @@ bitstring_symbol(const char *basename, const Type *t)
/* XXX Make sure this is sorted by `type' and can just index this by type */
/* XXX Make this const! */
struct {
enum typetype type;
const char *(*symbol_name)(const char *, const Type *);
@@ -932,6 +934,7 @@ generate_template_type(const char *varname,
free(szt);
/* XXX Accidentally O(N^2)? */
d = tlist_find_dup(tl);
if (d) {
#if 0