tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Please support coo.h


From: yuanbin
Subject: Re: [Tinycc-devel] Please support coo.h
Date: Thu, 10 Jun 2010 20:42:47 +0800

----------------------------------
initialization of the union:
union {
  int i;
  float f;
} t={1.5}; //t.f
because of EXTENDS2 in coo.h, compiler needs
to initialze last member of union.



reply via email to

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