Modernize codebase #2

Open
opened 2021-11-08 14:53:10 +00:00 by midfavila · 0 comments
Owner

The GWM codebase is predominantly C79; it should at least be C89 before any improvements are made.

Keep an eye out for:

Multi-line function declarations of the type
TYPE
foo(var)
TYPE var;

Others?

The GWM codebase is predominantly C79; it should at least be C89 before any improvements are made. Keep an eye out for: Multi-line function declarations of the type TYPE foo(var) TYPE var; Others?
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: midfavila/Generic_Window_Manager#2
No description provided.