···11-Index: cdecl-2.5/cdecl.c
22-===================================================================
33---- cdecl-2.5.orig/cdecl.c
44-+++ cdecl-2.5/cdecl.c
55-@@ -204,6 +204,7 @@ int DebugFlag = 0; /* -d, output debugg
66- #define ANSI 4 /* combo not allowed anymore in ANSI compiler */
77- #define A ANSI
88-99-+extern char **completion_matches PARAMS((char *, rl_compentry_func_t *));
1010- /* This is an lower left triangular array. If we needed */
1111- /* to save 9 bytes, the "long" row can be removed. */
1212- char crosscheck[9][9] = {