diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-12-07 19:02:13 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-12-07 19:02:13 -0500 |
| commit | 09942b27ae6fd7e7d394b2d251ef77c8a6f69e07 (patch) | |
| tree | 49440d4bf059874b7f84462f9dfa96d7de9edfc7 /src/stdlib/tables.h | |
| parent | 85d1507d8b7e0139135e040b7b4b23c02097a155 (diff) | |
Rename `Empty()` -> `Present()` for set-like tables
Diffstat (limited to 'src/stdlib/tables.h')
| -rw-r--r-- | src/stdlib/tables.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stdlib/tables.h b/src/stdlib/tables.h index cc2b3b91..cf1c3625 100644 --- a/src/stdlib/tables.h +++ b/src/stdlib/tables.h @@ -130,6 +130,8 @@ void Table$deserialize(FILE *in, void *outval, List_t *pointers, const TypeInfo_ #define Table$length(t) ((t).entries.length) +extern const TypeInfo_t Present$$info; +extern const Present$$type PRESENT; extern const TypeInfo_t CStrToVoidStarTable; #define Table$metamethods \ |
