Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix renaming of variables with anonymous type #3196

Merged
merged 1 commit into from May 13, 2022

Conversation

techee
Copy link
Member

@techee techee commented May 6, 2022

It is possible to define variables such as

struct {/* someting */} a, b;

In this case, we need to change the 'var_type' to correspond to the
renamed anonymous struct.

It is possible to define variables such as

struct {/* someting */} a, b;

In this case, we need to change the 'var_type' to correspond to the
renamed anonymous struct.
@techee techee added the tag-manager Tag manager related patches and bugs label May 6, 2022
Copy link
Member

@kugel- kugel- left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGBI.

@techee techee merged commit 76f5349 into geany:master May 13, 2022
@b4n b4n added this to the 1.39/2.0 milestone Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tag-manager Tag manager related patches and bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants