RE: [sv-bc] 8.13.2 Structure assignment patterns - example

From: Bresticker, Shalom <shalom.bresticker_at_.....>
Date: Mon Dec 05 2005 - 08:50:00 PST
That's a better fix.

Shalom

>-----Original Message-----
>From: owner-sv-bc@eda.org [mailto:owner-sv-bc@eda.org] On
>Behalf Of Brad Pierce
>Sent: Monday, December 05, 2005 6:46 PM
>To: sv-bc@eda.org
>Subject: RE: [sv-bc] 8.13.2 Structure assignment patterns -
>example
>
>Maybe it should be s2 instead of s1?
>
>-- Brad
>
>-----Original Message-----
>From: owner-sv-bc@eda.org [mailto:owner-sv-bc@eda.org] On
>Behalf Of Bresticker, Shalom
>Sent: Monday, December 05, 2005 7:44 AM
>To: sv-bc@eda.org
>Subject: [sv-bc] 8.13.2 Structure assignment patterns - example
>
>The following example in 8.13.2,
>
>initial #10 s1 = '{default:'1, s : ""}; // set all to 1 except
>s to ""
>
>should be preceded, I think, by a declaration,
>
>sa s1;
>
>Otherwise, s1 is undeclared, or worse, it reverts to the
>previous declaration of s1:
>
>typedef struct {
>int x;
>int y;
>} st;
>st s1;
>
>
>Shalom
>
>
>Shalom Bresticker
>Intel Jerusalem LAD DA
>+972 2 589-6852
>+972 54 721-1033
>I don't represent Intel
>
>
Received on Mon Dec 5 08:50:07 2005

This archive was generated by hypermail 2.1.8 : Mon Dec 05 2005 - 08:50:11 PST