Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libgc
diff options
context:
space:
mode:
authorMartin Baulig <martin@novell.com>2006-01-21 17:43:12 +0300
committerMartin Baulig <martin@novell.com>2006-01-21 17:43:12 +0300
commit0e29dd2767e781d067ca8706b5373c5940f44009 (patch)
treeebac06272dbf30dd336b514201ac755443e66d7f /libgc
parentf495e8a7253779da61c81617272b748e5b83a41b (diff)
2006-01-21 Martin Baulig <martin@ximian.com>
* include/libgc-mono-debugger.h: Call the conditional `_IN_THE_MONO_DEBUGGER', not `IN_MONO_DEBUGGER'. svn path=/trunk/mono/; revision=55879
Diffstat (limited to 'libgc')
-rw-r--r--libgc/ChangeLog5
-rw-r--r--libgc/include/libgc-mono-debugger.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/libgc/ChangeLog b/libgc/ChangeLog
index 169cc8d6986..c96a4b59597 100644
--- a/libgc/ChangeLog
+++ b/libgc/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-21 Martin Baulig <martin@ximian.com>
+
+ * include/libgc-mono-debugger.h: Call the conditional
+ `_IN_THE_MONO_DEBUGGER', not `IN_MONO_DEBUGGER'.
+
2006-01-11 Zoltan Varga <vargaz@gmail.com>
* include/private/gcconfig.h: Undef _FILE_OFFSET_BITS on sparc.
diff --git a/libgc/include/libgc-mono-debugger.h b/libgc/include/libgc-mono-debugger.h
index eea5808cda6..624e845005c 100644
--- a/libgc/include/libgc-mono-debugger.h
+++ b/libgc/include/libgc-mono-debugger.h
@@ -1,7 +1,7 @@
#ifndef LIBGC_MONO_DEBUGGER_H
#define LIBGC_MONO_DEBUGGER_H
-#if defined(_IN_LIBGC_GC_H) || defined(IN_MONO_DEBUGGER)
+#if defined(_IN_LIBGC_GC_H) || defined(_IN_THE_MONO_DEBUGGER)
typedef struct
{