Use reference counted table in libab.

This commit is contained in:
2018-04-24 11:32:57 -07:00
parent cea057aaa6
commit a86938b574
8 changed files with 63 additions and 52 deletions

View File

@@ -29,7 +29,7 @@ struct libab_s {
* The table used to store top-level
* things like functions and operators.
*/
libab_table table;
libab_ref table;
/**
* The number implementation used by this instance.
*/