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
diff options
context:
space:
mode:
authorMark Probst <mark.probst@gmail.com>2010-08-08 17:14:26 +0400
committerMark Probst <mark.probst@gmail.com>2010-08-08 17:14:26 +0400
commite9e91d9779ec787a9a52ebceeb7b03f90dff60e7 (patch)
treecab889127c52a26ea92630fba62c3491817ba3c5 /tools/sgen
parent5240533e2b25b78bb825bf09f1acd33d7e72be70 (diff)
[sgen] Fix sgen-grep-binprot.
The refactoring that occurred with addition of parallel mark left sgen-grep-binprot in an uncompilable state. Fix.
Diffstat (limited to 'tools/sgen')
-rw-r--r--tools/sgen/sgen-grep-binprot.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/sgen/sgen-grep-binprot.c b/tools/sgen/sgen-grep-binprot.c
index a4d5b4e77c2..4e41e8a3573 100644
--- a/tools/sgen/sgen-grep-binprot.c
+++ b/tools/sgen/sgen-grep-binprot.c
@@ -3,6 +3,9 @@
#include <assert.h>
#include <glib.h>
+#define SGEN_BINARY_PROTOCOL
+#define MONO_INTERNAL
+
#include <mono/metadata/sgen-protocol.h>
#define SGEN_PROTOCOL_EOF 255