Tokenize typedef struct #17
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Tokenized typedef struct should read as follows.
TOKEN_LBRACE {
TOKEN_MEMBER_SIZE GtkBin TOKEN_MEMBER bin;
TOKEN_MEMBER_SIZE GtkWindowPrivate TOKEN_MEMBER *priv;
TOKEN_RBRACE } TOKEN_ALIAS GtkWindow;