From 4ac0047e0fea3488f974983b61d47d6444a705d7 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 28 Jun 2002 01:13:52 +0000 Subject: Actually rev 1.3 (don't declare tilde_expand()) is needed with GDB 5.2. --- 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 b6e7953..c374a26 100644 --- a/contrib/gdb/gdb/defs.h +++ b/contrib/gdb/gdb/defs.h @@ -21,6 +21,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* $FreeBSD$ */ + #ifndef DEFS_H #define DEFS_H @@ -810,10 +812,6 @@ enum lval_type struct frame_info; -/* From readline (but not in any readline .h files). */ - -extern char *tilde_expand (char *); - /* Control types for commands */ enum misc_command_type -- cgit v1.1