summaryrefslogtreecommitdiff
path: root/gcc/ada/g-comlin.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2009-07-07 12:42:43 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2009-07-07 12:42:43 +0000
commit063ed58ba58dbc58df2d0e1176dc962f0ffd7c45 (patch)
treeb7d0419a6b1561d3e0b6744e89abd1f3e5bb63bd /gcc/ada/g-comlin.adb
parent6ecef78852742a5294ce9e5ece9d0cd92af18db9 (diff)
downloadgcc-063ed58ba58dbc58df2d0e1176dc962f0ffd7c45.tar.gz
2009-07-07 Robert Dewar <dewar@adacore.com>
* a-calend.adb: Minor code reorganization (use conditional expressions) * s-stusta.ads, s-interr-hwint.adb, g-expect-vms.adb, s-secsta.ads, prj-nmsc.adb, a-teioed.adb, output.ads, prj-attr.ads, a-textio.adb, s-taskin.ads, scans.ads, s-osinte-vms.adb, s-taprop-solaris.adb, s-tpopsp-posix-foreign.adb, s-trafor-default.adb, gnat1drv.adb, s-stchop-vxworks.adb, s-tpopsp-posix.adb, prj-env.adb, prj-env.ads, g-comlin.adb, exp_ch11.adb: Minor reformatting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@149320 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/g-comlin.adb')
-rw-r--r--gcc/ada/g-comlin.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/g-comlin.adb b/gcc/ada/g-comlin.adb
index b0106226252..e655cad763d 100644
--- a/gcc/ada/g-comlin.adb
+++ b/gcc/ada/g-comlin.adb
@@ -113,10 +113,10 @@ package body GNAT.Command_Line is
-- the beginning, else it is appended.
function Can_Have_Parameter (S : String) return Boolean;
- -- True if S can have a parameter.
+ -- True if S can have a parameter
function Require_Parameter (S : String) return Boolean;
- -- True if S requires a parameter.
+ -- True if S requires a parameter
function Actual_Switch (S : String) return String;
-- Remove any possible trailing '!', ':', '?' and '='