[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [SOLVED] Re: and/or missbehaviour in embedded lua 5.1
- From: Klaus Ripke <paul-lua@...>
- Date: Fri, 17 Mar 2006 14:10:42 +0100
hi
On Fri, Mar 17, 2006 at 01:55:19PM +0100, Mike Pall wrote:
> But the fix bears the question: is union assignment part of C89?
yep
3.3.16.1 Simple assignment
Constraints
One of the following shall hold:/42/
* the left operand has qualified or unqualified arithmetic type and
the right has arithmetic type;
* the left operand has a qualified or unqualified version of a
structure or union type compatible with the type of the right;
...
(e.g. http://danpop.home.cern.ch/danpop/ansi.c)
cheers
- References:
- Re: and/or missbehaviour in embedded lua 5.1, Kein-Hong Man
- Re: and/or missbehaviour in embedded lua 5.1, Andreas Stenius
- Re: and/or missbehaviour in embedded lua 5.1, Kein-Hong Man
- Re: and/or missbehaviour in embedded lua 5.1, Andreas Stenius
- Re: and/or missbehaviour in embedded lua 5.1, Kein-Hong Man
- Re: and/or missbehaviour in embedded lua 5.1, Andreas Stenius
- Re: and/or missbehaviour in embedded lua 5.1, Kein-Hong Man
- Re: and/or missbehaviour in embedded lua 5.1, Andreas Stenius
- [SOLVED] Re: and/or missbehaviour in embedded lua 5.1, Andreas Stenius
- Re: [SOLVED] Re: and/or missbehaviour in embedded lua 5.1, Mike Pall