From 327332d87d8d1ed0d96e1c65b7579672788eb24d Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Wed, 9 Aug 1995 15:16:33 +0000 Subject: * top.c (target_output_hook): Really make it match defs.h (char * is not the same as unsigned char *). --- gdb/top.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/top.c') diff --git a/gdb/top.c b/gdb/top.c index 766b240..2d490a5 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -381,7 +381,7 @@ void (*fputs_unfiltered_hook) PARAMS ((const char *linebuffer, FILE *stream)); /* Called when the target says something to the host, which may want to appear in a different window. */ -void (*target_output_hook) PARAMS ((unsigned char *)); +void (*target_output_hook) PARAMS ((char *)); /* Called from print_frame_info to list the line we stopped in. */ -- cgit v1.1