This is the mail archive of the frysk-bugzilla@sourceware.org mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug general/4233] struct member of TYPE


------- Additional Comments From scox at redhat dot com  2008-04-24 19:24 -------
2007-11-19  Stan Cox  <scox@redhat.com>
* Type.java (toPrint(PrintWriter, Location, ByteBuffer, Format, int)):
Add indent parameter.  Change all implementers.
* CompositeType.java (toPrint (PrintWriter, Location, ByteBuffer,

(fhpd) what aas
extern struct {
  struct astruct {
    struct {
      int x;
      int y;
    } ;
  } as;
  bstruct bs;
} at /tmp/,x.c#7
(fhpd) print aas
{
  as={
    ={
      x=0,
      y=0,
    },
  },
  bs={
  ={
    x=0,
    y=0,
  },
},
}


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=4233

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]