- removed all code that was only there to implement the broken Simplifier that just got removed.
This commit is contained in:
parent
68c3f42a53
commit
f720073b31
9 changed files with 17 additions and 1170 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue