| Summary: | char * * foo ; char** foo ; char **foo | ||
|---|---|---|---|
| Product: | frysk | Reporter: | Andrew Cagney <cagney> |
| Component: | general | Assignee: | Stan Cox <scox> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Host: | Target: | ||
| Build: | Last reconfirmed: | ||
| Project(s) to access: | ssh public key: | ||
| Bug Depends on: | |||
| Bug Blocks: | 2246, 5294 | ||
|
Description
Andrew Cagney
2007-11-07 20:51:20 UTC
This was addressed in this change to make type display top down:
Change String toPrint() to use StringBuilder.
* Type.java (toPrint(StringBuilder, int)): Change signature from Writer
to StringBuilder.
Change all callers.
(String toPrint()): Change to use StringBuilder.
ArrayType.java (toPrint): Use typeStringBuilder for return type.
* CompositeType.java (toPrint): Use memberStringBuilder for members.
* FunctionType.java (toPrint): Use parmStringBuilder for parameters.
* PointerType.java (toPrint): Detect ptr to array and ptr to function cases.
|