Skip to content

An issue about secondary allowed data type in function parser_datatype_is_secondary_allowed_for_type(). #12

@zzdmfk

Description

@zzdmfk

bool parser_datatype_is_secondary_allowed_for_type(const char* type)
{
return S_EQ(type, "long") //i.e long int, long long
|| S_EQ(type, "short"); //short int
|| S_EQ(type, "double") //????
|| S_EQ(type, "float"); //????
}

double and float shouldn't be here.

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