Gentoo Archives: gentoo-commits

From: "Patrick Kursawe (phosphan)" <phosphan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/cdecl/files: cdecl-2.5-implicit-pointer.patch
Date: Wed, 03 Nov 2010 17:20:27
Message-Id: 20101103172022.76D4620054@flycatcher.gentoo.org
1 phosphan 10/11/03 17:20:22
2
3 Added: cdecl-2.5-implicit-pointer.patch
4 Log:
5 Fixed an implicit int->pointer conversion, see bug #333451.
6
7 (Portage version: 2.1.9.14/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 dev-util/cdecl/files/cdecl-2.5-implicit-pointer.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cdecl/files/cdecl-2.5-implicit-pointer.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cdecl/files/cdecl-2.5-implicit-pointer.patch?rev=1.1&content-type=text/plain
14
15 Index: cdecl-2.5-implicit-pointer.patch
16 ===================================================================
17 Index: cdecl-2.5/cdecl.c
18 ===================================================================
19 --- cdecl-2.5.orig/cdecl.c
20 +++ cdecl-2.5/cdecl.c
21 @@ -204,6 +204,7 @@ int DebugFlag = 0; /* -d, output debugg
22 #define ANSI 4 /* combo not allowed anymore in ANSI compiler */
23 #define A ANSI
24
25 +extern char **completion_matches PARAMS((char *, rl_compentry_func_t *));
26 /* This is an lower left triangular array. If we needed */
27 /* to save 9 bytes, the "long" row can be removed. */
28 char crosscheck[9][9] = {