diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-11-30 09:36:20 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-11-30 09:36:20 +0000 |
commit | bf7d700b207fea1adbd8c582a624486f3eddc782 (patch) | |
tree | 23e632fb173b4a1b9847d237b76e0f65685977c2 /gcc/ada/switch-m.ads | |
parent | ebaa5a7dca6a9401a048d809b349f0b052ca016c (diff) | |
download | gcc-bf7d700b207fea1adbd8c582a624486f3eddc782.tar.gz |
Minor comment updates.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154761 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/switch-m.ads')
-rw-r--r-- | gcc/ada/switch-m.ads | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/switch-m.ads b/gcc/ada/switch-m.ads index a7301761f93..6a800234083 100644 --- a/gcc/ada/switch-m.ads +++ b/gcc/ada/switch-m.ads @@ -43,8 +43,9 @@ package Switch.M is -- consists of one small letter causes a fatal error exit and control does -- not return. For all other not recognized switches, Success is set to -- False, so that the switch may be passed to the compiler. + -- -- Project_Node_Tree is used to store tree-specific parameters like the - -- project path + -- project path. procedure Normalize_Compiler_Switches (Switch_Chars : String; |