Skip to content

C Printer: incorrect handling of array types in typedefs #11

@dirx

Description

@dirx

Hi,

array types - incomplete and constant - are printed wrong. Examples:

  • typedef unsigned char bar[23]; is printed as typedef unsigned char [23] bar;
  • typedef long baz[][];is printed as typedef long [][] baz;.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions