Skip to content
This repository was archived by the owner on Dec 14, 2021. It is now read-only.
This repository was archived by the owner on Dec 14, 2021. It is now read-only.

Project configured as C11 but Coati thinks it's C++11 #177

@dplong

Description

@dplong

A pattern is forming. I double checked, and found that this project is indeed configured for C11, not C++11. However, I get "Error: invalid suffix on literal; C++11 requires a space between literal and identifier" for this line in a #define:

printf("%lu.%09lu: "format,(unsigned long) ... \

Coati highlights the "f" in "format." The ellipsis represents elided text.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions