comp.lang.ada
 help / color / mirror / Atom feed
From: Unknown@unknown.com
Subject: Re: Running ADA code compiled for NT/Intel on a NT/Alpha
Date: 1997/07/26
Date: 1997-07-26T00:00:00+00:00	[thread overview]
Message-ID: <33da698d.0@207.71.36.3> (raw)
In-Reply-To: 33da134d.6264788@news-s01.ny.us.ibm.net


In article <33da134d.6264788@news-s01.ny.us.ibm.net>, gfrenoy@ibm.net wrote:
>
>        We have compiled this small thing with 2 different ADA compiler
>(VADSself 6.2.1 and ObjectAda 7.0) on a NT/Intel :
>
>with text_io;
>procedure hello is
>   text_io.put_line ("Hello!");
>end hello;
>
If you cut-and-paste this snippet from your actual code, you are missing a 
"begin" 

with text_io;
procedure hello is

BEGIN --                     << << << -- Missing

   text_io.put_line ("Hello!");
end hello;




      parent reply	other threads:[~1997-07-26  0:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-07-26  0:00 Running ADA code compiled for NT/Intel on a NT/Alpha Frenoy Ga�tan
1997-07-26  0:00 ` Larry Kilgallen
1997-07-26  0:00 ` Unknown [this message]
replies disabled

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