Changeset: 23b3768ae342 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/23b3768ae342
Modified Files:
        gdk/gdk.h
Branch: Dec2025
Log Message:

Use const qualifier.


diffs (12 lines):

diff --git a/gdk/gdk.h b/gdk/gdk.h
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -1877,7 +1877,7 @@ gdk_export void ma_info(const allocator 
        })
 #define ma_close(as)                                                   \
        ({                                                              \
-               allocator_state *_as = (as);                            \
+               const allocator_state *_as = (as);                      \
                TRC_DEBUG(ALLOC,                                        \
                          "ma_close(%p(%s), tmp_used = %zu)\n",         \
                          _as->ma, ma_name(_as->ma), _as->tmp_used);    \
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to