aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/5wmemory.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/5wmemory.adb')
-rw-r--r--gcc/ada/5wmemory.adb5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ada/5wmemory.adb b/gcc/ada/5wmemory.adb
index 563465d..0452ae8 100644
--- a/gcc/ada/5wmemory.adb
+++ b/gcc/ada/5wmemory.adb
@@ -6,8 +6,7 @@
-- --
-- S p e c --
-- --
--- --
--- Copyright (C) 2001 Free Software Foundation, Inc. --
+-- Copyright (C) 2001-2002 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 --
@@ -192,7 +191,7 @@ package body System.Memory is
return System.Address
is
Result : System.Address;
- Actual_Size : size_t := Size;
+ Actual_Size : constant size_t := Size;
Old_Size : size_t;
begin