summaryrefslogtreecommitdiff
path: root/gcc/ada/5vsystem.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/5vsystem.ads')
-rw-r--r--gcc/ada/5vsystem.ads3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/5vsystem.ads b/gcc/ada/5vsystem.ads
index 3a66df33bfe..9bf3b5f2698 100644
--- a/gcc/ada/5vsystem.ads
+++ b/gcc/ada/5vsystem.ads
@@ -7,7 +7,7 @@
-- S p e c --
-- (OpenVMS DEC Threads Version) --
-- --
--- Copyright (C) 1992-2003 Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2004 Free Software Foundation, Inc. --
-- --
-- This specification is derived from the Ada Reference Manual for use with --
-- GNAT. The copyright notice above, and the license provisions that follow --
@@ -63,6 +63,7 @@ pragma Pure (System);
-- Storage-related Declarations
type Address is private;
+ subtype Short_Address is Address;
Null_Address : constant Address;
Storage_Unit : constant := 8;