PeachCompiler icon indicating copy to clipboard operation
PeachCompiler copied to clipboard

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

Open zzdmfk opened this issue 2 years ago • 2 comments

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.

zzdmfk avatar Oct 16 '23 12:10 zzdmfk

Yes you are correct thank you for fileing that issue report

nibblebits avatar Oct 16 '23 13:10 nibblebits

Hello, Thanks for reaching out, once theres enough issue reports I will go through them all and create a lecture addressing any issues.

Thanks Dan

nibblebits avatar Nov 20 '24 19:11 nibblebits