I am walking through the make-3.81 code and came across the following
statement in hash.c's hash_init()
ht->ht_vec = (void**) CALLOC (struct token *, ht->ht_size);

This works perfectly fine under MS-VS-2005 but I have a problem
understanding the code - particularly the "struct token *" pointer. What
does it mean? Can you please help me here?

Thanks,
Shlomi




-----Original Message-----
From: Paul Smith [mailto:[EMAIL PROTECTED] 
Sent: 24 January 2008 17:41
To: Shlomi Ben-Zvi
Cc: [email protected]
Subject: Re: A query about GNU Make development.

On Thu, 2008-01-24 at 13:06 +0000, Shlomi Ben-Zvi wrote:
> I was wondering if there is a developer GNU Make newsgroup where I can
> post questions relating to the make code?

Here is fine, or else [EMAIL PROTECTED]

-- 
----------------------------------------------------------------------------
-
 Paul D. Smith <[EMAIL PROTECTED]>                 http://make.mad-scientist.us
 "Please remain calm--I may be mad, but I am a professional."--Mad Scientist





_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to