aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-environment.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-environment.adb')
-rw-r--r--src/synth/synth-environment.adb4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/synth/synth-environment.adb b/src/synth/synth-environment.adb
index 97ca0f36a..05f572b64 100644
--- a/src/synth/synth-environment.adb
+++ b/src/synth/synth-environment.adb
@@ -646,6 +646,8 @@ package body Synth.Environment is
when Id_Idff
| Id_Dff =>
null;
+ when Id_Dyn_Insert_En =>
+ null;
when others =>
return False;
end case;
@@ -653,6 +655,8 @@ package body Synth.Environment is
when Id_Idff
| Id_Dff =>
null;
+ when Id_Dyn_Insert_En =>
+ null;
when others =>
return False;
end case;