comp.lang.ada
 help / color / mirror / Atom feed
From: jimmaureenrogers@worldnet.att.net (Jim Rogers)
Subject: Re: Why can't I override these functions?
Date: 7 May 2004 10:15:00 -0700
Date: 2004-05-07T10:15:00-07:00	[thread overview]
Message-ID: <82347202.0405070915.64b3ed62@posting.google.com> (raw)
In-Reply-To: HLJmc.58389$mU6.237165@newsb.telia.net

Bj�rn Persson <spam-away@nowhere.nil> wrote in message news:<HLJmc.58389$mU6.237165@newsb.telia.net>...
> I have a generic package with a tagged type Parameter Definition, a 
> generic subpackage with a type Intermediate Definition derived from 
> Parameter Definition, and a generic child package with a type 
> Typed Parameter Definition derived from Intermediate Definition. See the 
> 
> code below. Gnat gives me an error on the declaration of 
> Typed Parameter Definition:
> 

Ada identifiers cannot contain blanks. For instance "Parameter Definition"
cannot be an identifier. Try inserting underscore characters where you
currently have spaces, such as "Parameter_Definition".

Jim Rogers



  reply	other threads:[~2004-05-07 17:15 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-07 10:43 Why can't I override these functions? Björn Persson
2004-05-07 17:15 ` Jim Rogers [this message]
2004-05-07 18:15   ` Björn Persson
2004-05-07 18:42 ` Georg Bauhaus
2004-05-07 19:38   ` Björn Persson
2004-05-08  6:15     ` Martin Krischik
2004-05-09 12:42       ` Björn Persson
2004-05-08 11:34     ` Simon Wright
2004-05-09 12:38       ` Björn Persson
2004-05-10  5:43         ` Simon Wright
2004-05-10 11:49 ` Martin Dowie
2004-05-10 12:13   ` Björn Persson
2004-05-13  7:23 ` Björn Persson
replies disabled

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