src/cx/map.h

changeset 668
d7129285ac32
parent 659
4a06fd63909a
child 669
dce9b8450656
--- a/src/cx/map.h	Tue Mar 21 17:18:29 2023 +0100
+++ b/src/cx/map.h	Tue Mar 21 17:21:20 2023 +0100
@@ -46,6 +46,10 @@
 extern "C" {
 #endif
 
+#ifndef CX_STORE_POINTERS
+#define CX_STORE_POINTERS 0
+#endif
+
 /** Type for the UCX map. */
 typedef struct cx_map_s CxMap;
 

mercurial