aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/usage.ads
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>2001-10-02 10:57:59 -0400
committerRichard Kenner <kenner@gcc.gnu.org>2001-10-02 10:57:59 -0400
commit415dddc81c99f37554902cbe0d838060b62a2548 (patch)
tree4ef27cb0e7d117a7b5941427f004d4d06fc8675b /gcc/ada/usage.ads
parent996ae0b0aeb9e07a4d7d7ff2926625fd0a58349e (diff)
downloadgcc-415dddc81c99f37554902cbe0d838060b62a2548.zip
gcc-415dddc81c99f37554902cbe0d838060b62a2548.tar.gz
gcc-415dddc81c99f37554902cbe0d838060b62a2548.tar.bz2
New Language: Ada
From-SVN: r45960
Diffstat (limited to 'gcc/ada/usage.ads')
-rw-r--r--gcc/ada/usage.ads31
1 files changed, 31 insertions, 0 deletions
diff --git a/gcc/ada/usage.ads b/gcc/ada/usage.ads
new file mode 100644
index 0000000..af0c35c
--- /dev/null
+++ b/gcc/ada/usage.ads
@@ -0,0 +1,31 @@
+------------------------------------------------------------------------------
+-- --
+-- GNAT COMPILER COMPONENTS --
+-- --
+-- U S A G E --
+-- --
+-- S p e c --
+-- --
+-- $Revision: 1.5 $ --
+-- --
+-- Copyright (C) 1992,1993,1994 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- --
+-- ware Foundation; either version 2, or (at your option) any later ver- --
+-- sion. GNAT is distributed in the hope that it will be useful, but WITH- --
+-- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY --
+-- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License --
+-- for more details. You should have received a copy of the GNU General --
+-- Public License distributed with GNAT; see file COPYING. If not, write --
+-- to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, --
+-- MA 02111-1307, USA. --
+-- --
+-- GNAT was originally developed by the GNAT team at New York University. --
+-- It is now maintained by Ada Core Technologies Inc (http://www.gnat.com). --
+-- --
+------------------------------------------------------------------------------
+
+-- Procedure to generate screen of usage information if no file name present
+
+procedure Usage;