Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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