Subject: CVS commit: gnusrc/gnu/dist/toolchain/gdb
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 08/07/2001 01:50:08
Module Name:	gnusrc
Committed By:	tv
Date:		Mon Aug  6 22:50:08 UTC 2001

Modified Files:
	gnusrc/gnu/dist/toolchain/gdb: top.c

Log Message:
Cast &readline_line_completion_function to a (Function *) to make it the
proper fully qualified ANSI type.

XXX: Cast it again to a (void *) because libedit's readline emulation thinks
that rl_completion_entry_function should be a (CPFunction *) -- perhaps more
correct, but it breaks compatibility.  libedit might be better to change to
conform to what readline wants.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 gnusrc/gnu/dist/toolchain/gdb/top.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.