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.
22 lines
486 B
Text
22 lines
486 B
Text
$NetBSD: patch-ap,v 1.1 2005/11/13 14:16:05 shannonjr Exp $
|
|
|
|
--- gdb/mi/mi-cmd-env.c.orig 2004-10-20 17:13:34.000000000 -0600
|
|
+++ gdb/mi/mi-cmd-env.c
|
|
@@ -126,7 +126,7 @@ mi_cmd_env_path (char *command, char **a
|
|
static struct mi_opt opts[] =
|
|
{
|
|
{"r", RESET_OPT, 0},
|
|
- 0
|
|
+ {0}
|
|
};
|
|
|
|
dont_repeat ();
|
|
@@ -198,7 +198,7 @@ mi_cmd_env_dir (char *command, char **ar
|
|
static struct mi_opt opts[] =
|
|
{
|
|
{"r", RESET_OPT, 0},
|
|
- 0
|
|
+ {0}
|
|
};
|
|
|
|
dont_repeat ();
|