diff options
author | Robert Dewar <dewar@adacore.com> | 2008-05-20 14:52:53 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-05-20 14:52:53 +0200 |
commit | b473ab453920166e23ab2f136e05cd1d30ee329f (patch) | |
tree | 2ab5e757720242b1e1b9f5f6052c4f646debc0e7 /gcc/ada/prepcomp.adb | |
parent | 590760eb9d222ed4b15e77bf6b53aec2827d0cdf (diff) | |
download | gcc-b473ab453920166e23ab2f136e05cd1d30ee329f.zip gcc-b473ab453920166e23ab2f136e05cd1d30ee329f.tar.gz gcc-b473ab453920166e23ab2f136e05cd1d30ee329f.tar.bz2 |
g-byorma.adb, [...]: Update comments.
2008-05-20 Robert Dewar <dewar@adacore.com>
* g-byorma.adb, gnatlink.adb, prepcomp.adb, sinfo.ads,
sem_ch12.adb: Update comments. Minor reformatting.
* exp_ch2.adb: Typo
* s-unstyp.ads: Fixed some typos in comments.
From-SVN: r135651
Diffstat (limited to 'gcc/ada/prepcomp.adb')
-rw-r--r-- | gcc/ada/prepcomp.adb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ada/prepcomp.adb b/gcc/ada/prepcomp.adb index 818bb49..a2b58be 100644 --- a/gcc/ada/prepcomp.adb +++ b/gcc/ada/prepcomp.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 2003-2007, Free Software Foundation, Inc. -- +-- Copyright (C) 2003-2008, 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- -- @@ -245,8 +245,7 @@ package body Prepcomp is """ not found"); end if; - -- Initialize the scanner and set its behavior for a processing data - -- file + -- Initialize scanner and set its behavior for processing a data file Scn.Scanner.Initialize_Scanner (Source_Index_Of_Preproc_Data_File); Scn.Scanner.Set_End_Of_Line_As_Token (True); |