-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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 requestNew feature or request