patch 7.4.1427
Problem:    Trailing comma in enums is not ANSI C.
Solution:   Remove the trailing commas.
diff --git a/src/alloc.h b/src/alloc.h
index 7a992c6..90a9878 100644
--- a/src/alloc.h
+++ b/src/alloc.h
@@ -17,5 +17,5 @@
 	aid_qf_namebuf,
 	aid_qf_errmsg,
 	aid_qf_pattern,
-	aid_last,
+	aid_last
 } alloc_id_T;