diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-24 15:24:44 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-24 15:24:44 -0500 |
| commit | 106704b9564b50e95dfce50b7a7471e73b64a78e (patch) | |
| tree | 509e94ff49f76c9c2edc75c20fe1da9bfd600912 /structs.c | |
| parent | c7470346457550467bafd9199185c5d0e8481f02 (diff) | |
Improve enums with metamethods
Diffstat (limited to 'structs.c')
| -rw-r--r-- | structs.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -152,7 +152,6 @@ void compile_struct_def(env_t *env, ast_t *ast) compile_hash_method(env, ast)); typeinfo = CORD_all( typeinfo, - ".as_str=(void*)", def->name, "__as_str, " ".equal=(void*)", def->name, "__equal, " ".hash=(void*)", def->name, "__hash, " ".compare=(void*)", def->name, "__compare"); |
