From 0a407b0913ff734eb1f35b3161d9461a54dc8ca1 Mon Sep 17 00:00:00 2001 From: Brian Fiete Date: Wed, 11 Mar 2020 09:53:04 -0700 Subject: [PATCH] StringId typecode fix --- BeefLibs/corlib/src/Type.bf | 1 + IDE/mintest/minlib/src/System/Type.bf | 1 + IDEHelper/Compiler/BfIRBuilder.h | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) 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