add harvested dev-util/cdecl to save from deprecation
[portage-squeep] / dev-util / cdecl / files / cdecl-2.5-implicit-pointer.patch
1 Index: cdecl-2.5/cdecl.c
2 ===================================================================
3 --- cdecl-2.5.orig/cdecl.c
4 +++ cdecl-2.5/cdecl.c
5 @@ -204,6 +204,7 @@ int DebugFlag = 0; /* -d, output debugg
6 #define ANSI 4 /* combo not allowed anymore in ANSI compiler */
7 #define A ANSI
8
9 +extern char **completion_matches PARAMS((char *, rl_compentry_func_t *));
10 /* This is an lower left triangular array. If we needed */
11 /* to save 9 bytes, the "long" row can be removed. */
12 char crosscheck[9][9] = {