diff options
Diffstat (limited to 'gcc/ada/g-memdum.ads')
-rw-r--r-- | gcc/ada/g-memdum.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/g-memdum.ads b/gcc/ada/g-memdum.ads index 6cd72442543..484765f711c 100644 --- a/gcc/ada/g-memdum.ads +++ b/gcc/ada/g-memdum.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2003-2005 AdaCore -- +-- Copyright (C) 2003-2005, AdaCore -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -38,7 +38,7 @@ with System; package GNAT.Memory_Dump is -pragma Preelaborate (Memory_Dump); + pragma Preelaborate; procedure Dump (Addr : System.Address; Count : Natural); -- Dumps indicated number (Count) of bytes, starting at the address given |