summaryrefslogtreecommitdiffstats
path: root/gcc/ada/sfn_scan.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/sfn_scan.ads')
-rw-r--r--gcc/ada/sfn_scan.ads11
1 files changed, 8 insertions, 3 deletions
diff --git a/gcc/ada/sfn_scan.ads b/gcc/ada/sfn_scan.ads
index 93e13bd8ce8..0b18bad2e15 100644
--- a/gcc/ada/sfn_scan.ads
+++ b/gcc/ada/sfn_scan.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 2000-2001 Free Software Foundation, Inc. --
+-- Copyright (C) 2000-2004 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- --
@@ -46,12 +46,17 @@ package SFN_Scan is
-- of these procedures:
type Set_File_Name_Ptr is access
- procedure (Typ : Character; U : String; F : String);
+ procedure
+ (Typ : Character;
+ U : String;
+ F : String;
+ Index : Natural);
-- The procedure with this profile is called when a Source_File_Name
-- pragma of the form having a unit name parameter. Typ is 'b' for
-- a body file name, and 's' for a spec file name. U is a string that
-- contains the unit name, exactly as it appeared in the source file,
- -- and F is the file taken from the second parameter.
+ -- and F is the file taken from the second parameter. Index is taken
+ -- from the third parameter, or is set to zero if no third parameter.
type Set_File_Name_Pattern_Ptr is access
procedure (Pat : String; Typ : Character; Dot : String; Cas : Character);
OpenPOWER on IntegriCloud