Bug 4233

Summary: struct member of TYPE
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Unassigned <frysk-bugzilla>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2246    

Description Andrew Cagney 2007-03-21 13:59:02 UTC
 
Comment 1 Stan Cox 2008-04-24 19:24:00 UTC
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,
  },
},
}