Skip to content

C99 compliant codebase #85

@ajaxvp

Description

@ajaxvp

The current ecc codebase is not compliant with C99, but I want it to be so that I might be able to compile ecc with itself one day. The only non-C99 features that the current codebase use are:

  • Anonymous structs and unions (C11)
  • Trailing comma removal in invocations of variadic function-like macros with zero varargs (GNU extension/C23)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions