diff --git a/BeefLibs/corlib/src/Type.bf b/BeefLibs/corlib/src/Type.bf index 115fadaa..fe811010 100644 --- a/BeefLibs/corlib/src/Type.bf +++ b/BeefLibs/corlib/src/Type.bf @@ -458,6 +458,7 @@ namespace System { None, CharPtr, + StringId, Pointer, NullPtr, Self, diff --git a/IDE/mintest/minlib/src/System/Type.bf b/IDE/mintest/minlib/src/System/Type.bf index 115fadaa..fe811010 100644 --- a/IDE/mintest/minlib/src/System/Type.bf +++ b/IDE/mintest/minlib/src/System/Type.bf @@ -458,6 +458,7 @@ namespace System { None, CharPtr, + StringId, Pointer, NullPtr, Self, diff --git a/IDEHelper/Compiler/BfIRBuilder.h b/IDEHelper/Compiler/BfIRBuilder.h index 2f81288d..aed747d3 100644 --- a/IDEHelper/Compiler/BfIRBuilder.h +++ b/IDEHelper/Compiler/BfIRBuilder.h @@ -128,7 +128,6 @@ enum BfConstType BfConstType_Array, BfConstType_Undef, BfConstType_SizedArrayType - }; enum BfIRValueFlags : uint8