summaryrefslogtreecommitdiff
path: root/src/gc/sample/gcenv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gc/sample/gcenv.h')
-rw-r--r--src/gc/sample/gcenv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gc/sample/gcenv.h b/src/gc/sample/gcenv.h
index d560789751..3f43a3ffeb 100644
--- a/src/gc/sample/gcenv.h
+++ b/src/gc/sample/gcenv.h
@@ -64,6 +64,9 @@
#define LOG(x)
+#define SVAL_IMPL_INIT(type, cls, var, init) \
+ type cls::var = init
+
//
// Thread
//