Commit 47a98b97 by Bob Duff Committed by Arnaud Charlet

s-addima.ads: Minor: add comment.

2014-07-18  Bob Duff  <duff@adacore.com>

	* s-addima.ads: Minor: add comment.

From-SVN: r212794
parent e191e5ae
2014-07-18 Bob Duff <duff@adacore.com>
* s-addima.ads: Minor: add comment.
2014-07-18 Thomas Quinot <quinot@adacore.com> 2014-07-18 Thomas Quinot <quinot@adacore.com>
* freeze.adb (Check_Component_Storage_Order): Fix enforcement * freeze.adb (Check_Component_Storage_Order): Fix enforcement
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
-- -- -- --
-- S p e c -- -- S p e c --
-- -- -- --
-- Copyright (C) 1992-2009 Free Software Foundation, Inc. -- -- Copyright (C) 1992-2014, Free Software Foundation, Inc. --
-- -- -- --
-- GNAT is free software; you can redistribute it and/or modify it under -- -- 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- -- -- terms of the GNU General Public License as published by the Free Soft- --
...@@ -39,4 +39,5 @@ ...@@ -39,4 +39,5 @@
function System.Address_Image (A : Address) return String; function System.Address_Image (A : Address) return String;
pragma Pure (System.Address_Image); pragma Pure (System.Address_Image);
-- Returns string (hexadecimal digits with upper case letters) representing -- Returns string (hexadecimal digits with upper case letters) representing
-- the address (string is 8/16 bytes for 32/64-bit machines). -- the address (string is 8/16 bytes for 32/64-bit machines). 'First of the
-- result = 1.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment