aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/scng.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2010-06-14 14:23:26 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2010-06-14 14:23:26 +0200
commit689cb4acaa076bc1e537298fe71c00102e58e782 (patch)
tree2cfaaf84972906981f1f51659b9dda276a7db361 /gcc/ada/scng.ads
parentc1e822d590c3841514118cc79284e466ac31125f (diff)
downloadgcc-689cb4acaa076bc1e537298fe71c00102e58e782.zip
gcc-689cb4acaa076bc1e537298fe71c00102e58e782.tar.gz
gcc-689cb4acaa076bc1e537298fe71c00102e58e782.tar.bz2
[multiple changes]
2010-06-14 Javier Miranda <miranda@adacore.com> * sem_ch3.adb (Derive_Subprograms): Remove over-restrictive assertion. 2010-06-14 Arnaud Charlet <charlet@adacore.com> * ali.adb: Fix typo. * s-auxdec-vms-alpha.adb, scng.ads: Minor reformatting 2010-06-14 Ed Schonberg <schonberg@adacore.com> * sem_ch12.adb: Make Mark_Context transitive, and apply to subprogram instances. * sem_ch8.adb (Find_Expanded_Name): If a candidate compilation unit in the context does not have a homonym of the selector, emit default error message. From-SVN: r160728
Diffstat (limited to 'gcc/ada/scng.ads')
-rw-r--r--gcc/ada/scng.ads8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/scng.ads b/gcc/ada/scng.ads
index abcf3da..1988e26 100644
--- a/gcc/ada/scng.ads
+++ b/gcc/ada/scng.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2007, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2009, 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- --
@@ -23,9 +23,9 @@
-- --
------------------------------------------------------------------------------
--- This package contains a generic lexical analyzer. This is used
--- for scanning Ada source files or text files with an Ada-like syntax,
--- such as project files. It is instantiated in Scn and Prj.Err.
+-- This package contains a generic lexical analyzer. This is used for scanning
+-- Ada source files or text files with an Ada-like syntax, such as project
+-- files. It is instantiated in Scn and Prj.Err.
with Casing; use Casing;
with Styleg;