summaryrefslogtreecommitdiff
path: root/version.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2014-07-07 01:59:03 -0400
committerPaul Smith <psmith@gnu.org>2014-07-07 01:59:03 -0400
commitbe009b9a889f4c58f69b4fb4bd8f5e98b9700555 (patch)
tree5e6c7f534a34aa90f3da9b522cfa31ab4181b3d3 /version.c
parent2eb63e6e43b290e84a279b24d5fcb13f2ff0cf58 (diff)
downloadmake-be009b9a889f4c58f69b4fb4bd8f5e98b9700555.tar.gz
* maintMakefile, various: Improve constification of the codebase.
Diffstat (limited to 'version.c')
-rw-r--r--version.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.c b/version.c
index af461f7c..f71cfcad 100644
--- a/version.c
+++ b/version.c
@@ -23,8 +23,8 @@ this program. If not, see <http://www.gnu.org/licenses/>. */
# define MAKE_HOST "unknown"
#endif
-char *version_string = VERSION;
-char *make_host = MAKE_HOST;
+const char *version_string = VERSION;
+const char *make_host = MAKE_HOST;
/*
Local variables: