- removed all code that was only there to implement the broken Simplifier that just got removed.

This commit is contained in:
Christoph Oelckers 2017-01-23 01:37:43 +01:00
commit f720073b31
9 changed files with 17 additions and 1170 deletions

View file

@ -513,7 +513,7 @@ static void OpenExprType(FLispString &out, EZCCExprType type)
if (unsigned(type) < PEX_COUNT_OF)
{
mysnprintf(buf, countof(buf), "expr-%s", ZCC_OpInfo[type].OpName);
mysnprintf(buf, countof(buf), "expr %d", type);
}
else
{