diff options
author | gingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7> | 2006-07-10 21:00:41 +0000 |
---|---|---|
committer | gingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7> | 2006-07-10 21:00:41 +0000 |
commit | 3841c37a946481815c89928ccd15b71b608aa526 (patch) | |
tree | ed57a888c7e291c0ac2b26aa717fff38392bd43f /disp_vhdl.adb | |
parent | 06c89bf159a88b4339295b6007ff40bee14dd618 (diff) | |
download | ghdl-3841c37a946481815c89928ccd15b71b608aa526.tar.gz ghdl-3841c37a946481815c89928ccd15b71b608aa526.tar.bz2 ghdl-3841c37a946481815c89928ccd15b71b608aa526.zip |
updated for 0.24
Diffstat (limited to 'disp_vhdl.adb')
-rw-r--r-- | disp_vhdl.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/disp_vhdl.adb b/disp_vhdl.adb index 982977ff3..96205630a 100644 --- a/disp_vhdl.adb +++ b/disp_vhdl.adb @@ -680,6 +680,8 @@ package body Disp_Vhdl is Put ("variable "); when Iir_Kind_Constant_Interface_Declaration => Put ("constant "); + when Iir_Kind_File_Interface_Declaration => + Put ("file "); when others => Error_Kind ("disp_interface_declaration", Inter); end case; |