From 72f684f5a702ab6ffe99da5feaed6639b0fcad5e Mon Sep 17 00:00:00 2001 From: mar Date: Thu, 1 Jun 1989 21:40:09 +0000 Subject: [PATCH] added a declaration of link_against_the_moira_version_of_gdb as a global variable. --- gdb/gdb.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gdb/gdb.c b/gdb/gdb.c index b3237239..3eeebf8c 100644 --- a/gdb/gdb.c +++ b/gdb/gdb.c @@ -40,6 +40,10 @@ extern char *sys_errlist[]; extern int errno; +/* This global is defined to make sure that Moira clients are linked + * against the correct library. + */ +int link_against_the_moira_version_of_gdb = 0; int g_inited = FALSE; /* gdb_init has not been */ /* called */ -- 2.45.2