Don't optimize <string> and <stdin> code
This commit is contained in:
parent
4965bc8ac4
commit
fb8edfce22
|
@ -1878,7 +1878,7 @@ compile(n, filename)
|
|||
else
|
||||
co = NULL;
|
||||
com_free(&sc);
|
||||
if (co != NULL)
|
||||
if (co != NULL && filename[0] != '<')
|
||||
optimizer(co);
|
||||
return co;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue