diff options
Diffstat (limited to 'gcc/ada/5xsystem.ads')
-rw-r--r-- | gcc/ada/5xsystem.ads | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/5xsystem.ads b/gcc/ada/5xsystem.ads index c7fa208..a716fa1 100644 --- a/gcc/ada/5xsystem.ads +++ b/gcc/ada/5xsystem.ads @@ -7,7 +7,7 @@ -- S p e c -- -- (OpenVMS GCC_ZCX DEC Threads Version) -- -- -- --- Copyright (C) 2002-2003 Free Software Foundation, Inc. -- +-- Copyright (C) 2002-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; |