aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-ieee.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-06-28 18:30:30 +0200
committerTristan Gingold <tgingold@free.fr>2019-06-28 18:30:30 +0200
commit48546422b50cdc7847e537fa8aca249d9cbe3677 (patch)
treeb2cfd29193128ee7e1be3b592e38f82a52f74d1d /src/vhdl/vhdl-ieee.adb
parent12e5e54325111f11d7bb6283eed7fd4a3760a899 (diff)
downloadghdl-48546422b50cdc7847e537fa8aca249d9cbe3677.tar.gz
ghdl-48546422b50cdc7847e537fa8aca249d9cbe3677.tar.bz2
ghdl-48546422b50cdc7847e537fa8aca249d9cbe3677.zip
vhdl: recognize some functions of math_real.
Diffstat (limited to 'src/vhdl/vhdl-ieee.adb')
-rw-r--r--src/vhdl/vhdl-ieee.adb3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vhdl/vhdl-ieee.adb b/src/vhdl/vhdl-ieee.adb
index 69d5196f0..9e861f378 100644
--- a/src/vhdl/vhdl-ieee.adb
+++ b/src/vhdl/vhdl-ieee.adb
@@ -20,8 +20,7 @@ with Vhdl.Utils; use Vhdl.Utils;
with Vhdl.Std_Package;
package body Vhdl.Ieee is
- function Skip_Copyright_Notice (Decl : Iir) return Iir
- is
+ function Skip_Copyright_Notice (Decl : Iir) return Iir is
begin
if Decl /= Null_Iir
and then Get_Kind (Decl) = Iir_Kind_Constant_Declaration