Skip to content

Duplicate Function Declaration for stmt() #45

@Imran-imtiaz48

Description

@Imran-imtiaz48

In the file src/cc/parse.c, the function declaration static Node *stmt(void); appears twice in the list of forward declarations at the top of the file. This redundancy can cause confusion for maintainers and may indicate an editing oversight. It is recommended to remove the duplicate declaration to keep the code clean and maintainable.

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