where Ada support has been added. Most of these changes are not part of the official sources yet. The source used in this port is a snapshot of AdaCore's CVS repository.
13 lines
398 B
Text
13 lines
398 B
Text
$NetBSD: patch-af,v 1.2 2005/11/13 14:16:05 shannonjr Exp $
|
|
|
|
--- gdb/cli/cli-setshow.c.orig 2004-10-20 17:12:52.000000000 -0600
|
|
+++ gdb/cli/cli-setshow.c
|
|
@@ -276,8 +276,6 @@ do_setshow_command (char *arg, int from_
|
|
{
|
|
case var_string:
|
|
{
|
|
- unsigned char *p;
|
|
-
|
|
if (*(unsigned char **) c->var)
|
|
fputstr_filtered (*(unsigned char **) c->var, '"', stb->stream);
|
|
quote = 1;
|