-
Notifications
You must be signed in to change notification settings - Fork 57
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
Duplicate long
typedef disallowed
#731
Comments
Happens because the existing typedef we find here: Line 2069 in 8ab72a4
Gets combined with Line 2070 in 8ab72a4
That also led me to suspect other patterns could trigger it:
|
Is there error message here also considered a bug? It seems pretty vague - like I wouldn't understand it by default. |
The bug here is that there shouldn't be any errors. |
… typedefed names Closes Vexu#731
… typedefed names Closes Vexu#731
Duplicate typedefs should be allowed if they're equal. This one is weird; it seems it only happens for
long
(notlong int
orunsigned long
or any other specifier):The text was updated successfully, but these errors were encountered: