diff options
Diffstat (limited to 'gcc/ada/erroutc.ads')
-rw-r--r-- | gcc/ada/erroutc.ads | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gcc/ada/erroutc.ads b/gcc/ada/erroutc.ads index 0fcc51b..9aa44e9 100644 --- a/gcc/ada/erroutc.ads +++ b/gcc/ada/erroutc.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2015, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2017, Free Software Foundation, Inc. -- -- -- -- 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- -- @@ -192,13 +192,13 @@ package Erroutc is -- have Sptr pointing to the instantiation point. Optr : Source_Ptr; - -- Flag location used in the call to post the error. This is normally - -- the same as Sptr, except when an error is posted on a particular - -- instantiation of a generic. In such a case, Sptr will point to - -- the original source location of the instantiation itself, but - -- Optr will point to the template location (more accurately to the - -- template copy in the instantiation copy corresponding to the - -- instantiation referenced by Sptr). + -- Flag location used in the call to post the error. This is the same as + -- Sptr, except when an error is posted on a particular instantiation of + -- a generic. In such a case, Sptr will point to the original source + -- location of the instantiation itself, but Optr will point to the + -- template location (more accurately to the template copy in the + -- instantiation copy corresponding to the instantiation referenced by + -- Sptr). Line : Physical_Line_Number; -- Line number for error message |