Fixing lalr on windows

This commit is contained in:
Ilusha 2024-03-09 12:02:02 +03:00 committed by Ilya Shurupov
parent 69db2b82a4
commit 8cc5f2f9f7
15 changed files with 1276 additions and 1226 deletions

View file

@ -23,10 +23,7 @@ namespace obj {
Type* createMember(tp::String id) {
auto out = NDO->create(Type::TypeData.name);
addMember(out, id);
#ifdef OBJECT_REF_COUNT
NDO->destroy(out);
#endif // OBJECT_REF_COUNT
return (Type*) out;
}