From: mar Date: Thu, 1 Jun 1989 21:40:09 +0000 (+0000) Subject: added a declaration of link_against_the_moira_version_of_gdb as a X-Git-Tag: PATCH5~81 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/72f684f5a702ab6ffe99da5feaed6639b0fcad5e?ds=sidebyside;hp=1c4a11275ea7839285e5adfa494daf8515a5f3bf added a declaration of link_against_the_moira_version_of_gdb as a global variable. --- 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 */