aboutsummaryrefslogtreecommitdiff
path: root/builtins/table.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-02-17 22:15:45 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-02-17 22:15:45 -0500
commit4a5c651d43f106b8e19b485646c64cb576a75cfb (patch)
tree6fe289145c475cfc027bd9d8c98c80e8cbccf8c7 /builtins/table.h
parent95641182021b5ba76697f57706c12ad70340193f (diff)
Overload type names with constructor and namespace struct
Diffstat (limited to 'builtins/table.h')
-rw-r--r--builtins/table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtins/table.h b/builtins/table.h
index 48e81a9c..14893253 100644
--- a/builtins/table.h
+++ b/builtins/table.h
@@ -30,6 +30,6 @@ void Table_str_remove(table_t *t, const char *key);
#define Table_length(t) ((t)->entries.length)
-extern TypeInfo StrToVoidStarTable_type;
+extern TypeInfo StrToVoidStarTable;
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1