diff options
Diffstat (limited to 'gcc/ada/prepcomp.ads')
-rw-r--r-- | gcc/ada/prepcomp.ads | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/ada/prepcomp.ads b/gcc/ada/prepcomp.ads index ea132ff..20a69bf 100644 --- a/gcc/ada/prepcomp.ads +++ b/gcc/ada/prepcomp.ads @@ -31,10 +31,9 @@ with Types; use Types; package Prepcomp is procedure Add_Dependency (S : Source_File_Index); - -- Add a dependency on a non-source file. - -- This is used internally for the preprocessing data file and the - -- preprocessing definition file, and also externally for non-temporary - -- configuration pragmas files. + -- Add a dependency on a non-source file. This is used internally for the + -- preprocessing data file and the preprocessing definition file, and also + -- externally for non-temporary configuration pragmas files. procedure Add_Dependencies; -- Add dependencies on the preprocessing data file and the preprocessing |