Changeset: 241433dbbf42 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=241433dbbf42
Modified Files:
        gdk/gdk_utils.c
Branch: default
Log Message:

Variable can be const.


diffs (12 lines):

diff --git a/gdk/gdk_utils.c b/gdk/gdk_utils.c
--- a/gdk/gdk_utils.c
+++ b/gdk/gdk_utils.c
@@ -1864,7 +1864,7 @@ THRprintf(stream *s, const char *format,
        return n;
 }
 
-static char *_gdk_version_string = VERSION;
+static const char *_gdk_version_string = VERSION;
 /**
  * Returns the GDK version as internally allocated string.  Hence the
  * string does not have to (and should not) be freed.  Do not inline
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to