SharedConstants still making issues.

This commit is contained in:
2021-06-22 19:40:48 +02:00
parent fd32f404c0
commit 500514fb20
2 changed files with 8 additions and 1 deletions
@@ -256,6 +256,7 @@ public class GlobalVariables
{
flags.add("TYPE_"+type.getCapType());
flags.add("VALUE_"+valueType.getCapType());
// flags.add("UNSAVE_ENUM"); //if we want to use shared constants... Not compile save
if(type == valueType) flags.add("SAME_TYPE");
if(type.hasFunction(valueType)) flags.add("JDK_FUNCTION");
if(!type.needsCustomJDKType()) flags.add("JDK_TYPE");