comp.lang.ada
 help / color / mirror / Atom feed
From: seshucherukuri@gmail.com
Subject: Re: How to do null comparision with pointers in ADA83?
Date: Fri, 25 Oct 2013 11:33:14 -0700 (PDT)
Date: 2013-10-25T11:33:14-07:00	[thread overview]
Message-ID: <0d509f96-1f16-4553-8e31-245ab7298322@googlegroups.com> (raw)
In-Reply-To: <5bae226f-91a2-4da0-a802-185a0de514f3@googlegroups.com>

On Friday, October 25, 2013 1:12:00 PM UTC-5, seshuch...@gmail.com wrote:
> Hello, In ADA83, i could not able to do null comparision of my pointer value. here, my pointer is of array type. Is there any solution for this. Thanking you in advance. Regards, Seshukumar.

Hello,

Here my code is 
type AVL_Node_Ref is access AVL_Node;

procedure Search_Insert (T : in out AVL_Tree;
                            Element : VCAST_MCDC_Statement_Ptr;
                            Node : in out AVL_Node_Ref;
                            Increased : in out Boolean;
                            Inserted : out Boolean)

begin
if Node = null then
....

Here, in the above code Node = null is not taking....
any quick inputs...
I want to compile for ADA83.
Thanks,
Seshu.

  parent reply	other threads:[~2013-10-25 18:33 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-25 18:12 How to do null comparision with pointers in ADA83? seshucherukuri
2013-10-25 18:18 ` Adam Beneschan
2013-10-25 18:33 ` seshucherukuri [this message]
2013-10-25 18:40   ` Adam Beneschan
2013-10-25 18:48     ` seshucherukuri
2013-10-25 18:56       ` Adam Beneschan
2013-10-25 19:27 ` seshucherukuri
2013-10-25 19:34   ` Adam Beneschan
2013-10-25 19:40 ` Seshu Kumar
replies disabled

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