683026dd08
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
355 B
Text
13 lines
355 B
Text
$NetBSD: patch-as,v 1.1 2005/11/13 14:16:05 shannonjr Exp $
|
|
|
|
--- gdb/mi/mi-getopt.c.orig 2004-10-20 17:13:35.000000000 -0600
|
|
+++ gdb/mi/mi-getopt.c
|
|
@@ -82,7 +82,7 @@ mi_valid_noargs (const char *prefix, int
|
|
char *optarg;
|
|
static struct mi_opt opts[] =
|
|
{
|
|
- 0
|
|
+ {0}
|
|
};
|
|
|
|
if (mi_getopt (prefix, argc, argv, opts, &optind, &optarg) == -1)
|