mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 7.4.1427
Problem: Trailing comma in enums is not ANSI C. Solution: Remove the trailing commas.
This commit is contained in:
@@ -17,5 +17,5 @@ typedef enum {
|
||||
aid_qf_namebuf,
|
||||
aid_qf_errmsg,
|
||||
aid_qf_pattern,
|
||||
aid_last,
|
||||
aid_last
|
||||
} alloc_id_T;
|
||||
|
Reference in New Issue
Block a user