]> andersk Git - moira.git/commitdiff
added a declaration of link_against_the_moira_version_of_gdb as a
authormar <mar>
Thu, 1 Jun 1989 21:40:09 +0000 (21:40 +0000)
committermar <mar>
Thu, 1 Jun 1989 21:40:09 +0000 (21:40 +0000)
global variable.

gdb/gdb.c

index b3237239636d51fb580acf16bf8de47c3209a1c5..3eeebf8ce9917efd6624fa4e2f5baa200f7ea988 100644 (file)
--- 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 */
 
This page took 0.223997 seconds and 5 git commands to generate.