diff options
Diffstat (limited to 'src/vhdl/flists.ads')
-rw-r--r-- | src/vhdl/flists.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/flists.ads b/src/vhdl/flists.ads index 43f5ceca0..6c05d7695 100644 --- a/src/vhdl/flists.ads +++ b/src/vhdl/flists.ads @@ -38,7 +38,7 @@ package Flists is -- First and last index of FLIST. Could be used to iterate. Ffirst : constant Natural := 0; - function Flast (Flist : Flist_Type) return Natural; + function Flast (Flist : Flist_Type) return Integer; -- Return the length of FLIST. function Length (Flist : Flist_Type) return Natural; |