comp.lang.ada
 help / color / mirror / Atom feed
From: "Nick Roberts" <Nick.Roberts@dial.pipex.com>
Subject: Re: Ada address of operator?
Date: 1999/02/12
Date: 1999-02-12T00:00:00+00:00	[thread overview]
Message-ID: <7a3qml$e66$2@plug.news.pipex.net> (raw)
In-Reply-To: 79s62s$7vn$1@plug.news.pipex.net

Spotted two errors in my own code instantly! Boo hoo :-(

   type File_Handle is Interfaces.C.int;

should be

   type File_Handle is new Interfaces.C.int;


and I intended

      for i in Active_File_Index loop


to be

      for i in Active_File_Index'Range loop

-------------------------------------------
Nick Roberts    "The Prophylactic Didactic"
-------------------------------------------







  reply	other threads:[~1999-02-12  0:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-02-09  0:00 Ada address of operator? Danny
1999-02-09  0:00 ` Niklas Holsti
1999-02-10  0:00 ` Nick Roberts
1999-02-12  0:00   ` Nick Roberts [this message]
1999-02-11  0:00 ` Matthew Heaney
replies disabled

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