From 415dddc81c99f37554902cbe0d838060b62a2548 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 2 Oct 2001 10:57:59 -0400 Subject: New Language: Ada From-SVN: r45960 --- gcc/ada/text_io.ads | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 gcc/ada/text_io.ads (limited to 'gcc/ada/text_io.ads') diff --git a/gcc/ada/text_io.ads b/gcc/ada/text_io.ads new file mode 100644 index 00000000000..7715464f826 --- /dev/null +++ b/gcc/ada/text_io.ads @@ -0,0 +1,21 @@ +------------------------------------------------------------------------------ +-- -- +-- GNAT RUNTIME COMPONENTS -- +-- -- +-- T E X T _ I O -- +-- -- +-- S p e c -- +-- -- +-- $Revision: 1.8 $ -- +-- -- +-- This specification is adapted from the Ada Reference Manual for use with -- +-- GNAT. In accordance with the copyright of that document, you can freely -- +-- copy and modify this specification, provided that if you redistribute a -- +-- modified version, any changes that you have made are clearly indicated. -- +-- -- +------------------------------------------------------------------------------ + +pragma Ada_95; +with Ada.Text_IO; + +package Text_IO renames Ada.Text_IO; -- cgit v1.2.1