aboutsummaryrefslogtreecommitdiff
path: root/src/interp/c-util.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/c-util.boot')
-rw-r--r--src/interp/c-util.boot1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interp/c-util.boot b/src/interp/c-util.boot
index 8312e4b1..4daea645 100644
--- a/src/interp/c-util.boot
+++ b/src/interp/c-util.boot
@@ -696,6 +696,7 @@ isSimple x ==
isSideEffectFree op ==
op is ["elt",.,op'] => isSideEffectFree op'
+ not IDENTP op => false
member(op,$SideEffectFreeFunctionList) or constructor? op
isAlmostSimple x ==