From 2a21ee61dd73224bec023b3a541c9d4ddaee0f88 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 8 Jun 2019 06:49:26 +0200 Subject: synth: handle integer +/- for constants. --- src/synth/synth-decls.adb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/synth/synth-decls.adb') diff --git a/src/synth/synth-decls.adb b/src/synth/synth-decls.adb index bdf307ae4..2c464758e 100644 --- a/src/synth/synth-decls.adb +++ b/src/synth/synth-decls.adb @@ -110,6 +110,8 @@ package body Synth.Decls is null; when Iir_Kind_Component_Declaration => null; + when Iir_Kind_File_Declaration => + null; when others => Error_Kind ("synth_declaration", Decl); end case; -- cgit v1.2.3