comp.lang.ada
 help / color / mirror / Atom feed
From: schwarza@gdls.com
To: comp.lang.ada@ada.eu.org
Subject: Converting from Rational Ada to GNAT 3.13
Date: Mon, 12 Feb 2001 15:38:58 -0500
Date: 2001-02-12T15:38:58-05:00	[thread overview]
Message-ID: <mailman.982010412.15419.comp.lang.ada@ada.eu.org> (raw)

Arthur Schwarz:

> e.g. The latest is the use of System.Runtime by Rational and it's
>      rejection by GNAT

Rename!

 for Rat. : package xyxyxy renames System.Runtime;
 for GNAT : package xyxyxy renames zzzzzzzzzzzzzz;

   Tried it with the following results:
     In Rational package (/appl/.../rational.ss/)ada_krn_defs.1.ada
     including "with System.Runtime"
     and placing: "package System_Runtime renames System.Runtime;"
     into the package spec ("package Ada_Krn_Defs is")
     I retain the error messages.

   Tried it with the following results:
     In Rational package (/appl/.../rational.ss/)ada_krn_defs.1.ada
     commenting "with System.Runtime"
     and placing: "package System_Runtime renames System.Runtime;"
     into the package spec ("package Ada_Krn_Defs is")
     I remove the error messages (bravo and thanks).

art





             reply	other threads:[~2001-02-12 20:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-12 20:38 schwarza [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-02-13 19:43 Converting from Rational Ada to GNAT 3.13 schwarza
2001-02-12 15:16 Arthur Schwarz
2001-02-12 15:32 ` gdemont
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox