summaryrefslogtreecommitdiff
path: root/gcc/ada/s-memcop.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-memcop.ads')
-rw-r--r--gcc/ada/s-memcop.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-memcop.ads b/gcc/ada/s-memcop.ads
index 176570508b9..477cc38f737 100644
--- a/gcc/ada/s-memcop.ads
+++ b/gcc/ada/s-memcop.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 2001-2003 Free Software Foundation, Inc. --
+-- Copyright (C) 2001-2005 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 --
@@ -46,7 +46,7 @@ with System.CRTL;
-- The above with is contrary to the intent ???
package System.Memory_Copy is
-pragma Preelaborate;
+ pragma Preelaborate;
procedure memcpy (S1 : Address; S2 : Address; N : System.CRTL.size_t)
renames System.CRTL.memcpy;