Skip to content
  • David Gobbi's avatar
    Ignore more typedefs for anonymous structs. · 6cb06ace
    David Gobbi authored
    This is for code where the typedef modifier does not come first, e.g.
        struct { ... } typedef mytype;
    It causes such typefs to be ignored because vtkParse.y is currently
    unable to properly deal with anonymous structs.  Note that the more
    common "typedef struct { ... } mytype;" is already treated the same.
    6cb06ace