aboutsummaryrefslogtreecommitdiffstats
path: root/src/types.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.ads')
-rw-r--r--src/types.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/types.ads b/src/types.ads
index fb13bf8a7..bd63f3b87 100644
--- a/src/types.ads
+++ b/src/types.ads
@@ -138,6 +138,9 @@ package Types is
-- This is used by all packages that display vhdl code or informations.
Indentation : constant := 2;
+ -- For array dimensions. First dimension is 1.
+ type Dim_Type is new Pos32;
+
-- String representing a date/time (format is YYYYMMDDHHmmSS.sss).
subtype Time_Stamp_String is String (1 .. 18);
type Time_Stamp_Id is new String8_Id;