summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib.h b/lib.h
index b4e2554f..f039568f 100644
--- a/lib.h
+++ b/lib.h
@@ -1298,3 +1298,9 @@ loc list_collect_revappend(loc ptail, val obj);
#define static_forward(decl) static decl
#define static_def(def) static def
#endif
+
+#ifdef __cplusplus
+#define all_zero_init { }
+#else
+#define all_zero_init { 0 }
+#endif