aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/g-regexp.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/g-regexp.ads')
-rw-r--r--gcc/ada/g-regexp.ads5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ada/g-regexp.ads b/gcc/ada/g-regexp.ads
index 188369e..7dada9c 100644
--- a/gcc/ada/g-regexp.ads
+++ b/gcc/ada/g-regexp.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1998-2003 Ada Core Technologies, Inc. --
+-- Copyright (C) 1998-2005, AdaCore --
-- --
-- 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- --
@@ -131,8 +131,7 @@ package GNAT.Regexp is
function Compile
(Pattern : String;
Glob : Boolean := False;
- Case_Sensitive : Boolean := True)
- return Regexp;
+ Case_Sensitive : Boolean := True) return Regexp;
-- Compiles a regular expression S. If the syntax of the given
-- expression is invalid (does not match above grammar, Error_In_Regexp
-- is raised. If Glob is True, the pattern is considered as a 'globbing