From 9f7387d498bf26f9f03dc3e8392d397ef5f31398 Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 11 Apr 2001 16:15:19 +0000 Subject: The internal declaration for tilde_expand() now conflicts with the one that was finally added to the readline headers in readline 4.2. Submitted by: ache --- contrib/gdb/gdb/defs.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'contrib/gdb') diff --git a/contrib/gdb/gdb/defs.h b/contrib/gdb/gdb/defs.h index 41e1011..b487657 100644 --- a/contrib/gdb/gdb/defs.h +++ b/contrib/gdb/gdb/defs.h @@ -18,6 +18,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* $FreeBSD$ */ + #ifndef DEFS_H #define DEFS_H @@ -505,10 +507,6 @@ extern char *symtab_to_filename PARAMS ((struct symtab *)); extern int read_relative_register_raw_bytes PARAMS ((int, char *)); -/* From readline (but not in any readline .h files). */ - -extern char *tilde_expand PARAMS ((char *)); - /* Control types for commands */ enum misc_command_type -- cgit v1.1