Re: indent -vs- GCC-specific declaration macros
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.gnu.indent.bugs |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Tom" == Tom Tromey <[email protected]> writes: Following up my own post a little, to report a further problem... Tom> static Tom> GTY (()) Tom> tree something; Tom> Finally, GCC uses a macro called VEC to declare variables which are Tom> expandable arrays. Note that for global variables with VEC type, I see indentation weirdness similar to the GTY case above. Tom