lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] struct netif redecl cont.


From: christiaan . simons
Subject: [lwip-devel] struct netif redecl cont.
Date: Fri, 29 Oct 2004 15:53:32 +0200




Hi (again),

Maybe I've got a clue now.

It seems the Tasking compiler can't handle a double forward declaration.
I guess this is valid ANSI C. This may well cause my "redeclaration"
problems.

E.g.

struct test; /* header A */
struct test; /* from header B and Tasking complains wrongly */
struct test
{
   int bla;
};

I'll ask Tasking to clarify this matter...

Bye,

Christiaan Simons

Software Engineer
Axon Digital Design

+31 (0)13 511 66 66
+31 (0)13 511 41 51

address@hidden
http://www.axon.tv



The information contained in this communication is confidential and is
intended solely for the use of the individual or entity to whom it is
addressed. Axon Digital Design Group is neither liable for the proper nor
for the complete transmission of the information contained in this
communication nor for any delay in its receipt. Axon Digital Design Group
does not guarantee that the integrity of this communication has been
maintained nor that the communication is free of viruses, interceptions or
interference. If you are not the intended recipient of this communication,
you are hereby notified that reading, disseminating, distributing or
copying this message is strictly prohibited. In that case please return the
communication to the sender and delete and destroy all copies. In carrying
out its engagements, Axon Digital Design Group applies general terms and
conditions, which contain a clause that limits its liability. A copy of
these terms and conditions is available on request free of charge.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]