Commit db89aef2 by Robert Dewar Committed by Arnaud Charlet

bindusg.ads, [...]: Change to package and rename procedure as Display...

2006-10-31  Robert Dewar  <dewar@adacore.com>

	* bindusg.ads, bindusg.adb:
	Change to package and rename procedure as Display, which
	now ensures that it only outputs usage information once.

From-SVN: r118246
parent bd8b9b1e
......@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
-- Copyright (C) 1992,1993,1994 Free Software Foundation, Inc. --
-- Copyright (C) 1992-2006, 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- --
......@@ -26,4 +26,9 @@
-- Procedure to generate screen of usage information if no file name present
procedure Bindusg;
package Bindusg is
procedure Display;
-- Display binder usage if not already displayed
end Bindusg;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment