+2010-10-12 Robert Dewar <dewar@adacore.com>
+
+ * debug.adb: Add comment.
+ * gnatcmd.adb, sem_ch6.adb, switch-m.adb: Minor reformatting.
+
2010-10-12 Javier Miranda <miranda@adacore.com>
* exp_util.adb (Side_Effect_Free): Return true for object renaming
-- df Only output file names, not path names, in log
+ -- dm Needs documentation ???
+
-- dn Do not delete temporary files created by gnatmake at the end
-- of execution, such as temporary config pragma files, mapping
-- files or project path files.
Success : Boolean;
procedure Add_To_Response_File
- (File_Name : String; Check_File : Boolean := True);
+ (File_Name : String;
+ Check_File : Boolean := True);
-- Include the file name passed as parameter in the response file for
-- the tool being called. If the response file can not be written then
-- the file name is passed in the parameter list of the tool. If the
-- Check_File parameter is True then the procedure verifies the
-- existence of the file before adding it to the response file.
+ --------------------------
+ -- Add_To_Response_File --
+ --------------------------
+
procedure Add_To_Response_File
- (File_Name : String; Check_File : Boolean := True)
+ (File_Name : String;
+ Check_File : Boolean := True)
is
begin
Name_Len := 0;
end if;
end Add_To_Response_File;
+ -- Start of processing for Check_Files
+
begin
-- Check if there is at least one argument that is not a switch or if
-- there is a -files= switch.
Null_Present (Parent (S)))
or else
(Present (Alias (E))
- and then
- Is_Predefined_Dispatching_Operation (Alias (E)))
+ and then
+ Is_Predefined_Dispatching_Operation (Alias (E)))
then
if Present (Alias (E)) then
Set_Overridden_Operation (S, Alias (E));
declare
Max_Proc : Nat;
+
begin
Scan_Nat (Switch_Chars, Max, Ptr, Max_Proc, C);