summaryrefslogtreecommitdiff
path: root/makeint.h
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2014-04-25 17:10:47 -0400
committerPaul Smith <psmith@gnu.org>2014-07-07 01:59:03 -0400
commitac67346d0fb5e5ea359d34c2c9215bd1892455f3 (patch)
tree5e6c7f534a34aa90f3da9b522cfa31ab4181b3d3 /makeint.h
parente364498113e145b5ac424325e3903cc2287d7e7f (diff)
downloadgunmake-ac67346d0fb5e5ea359d34c2c9215bd1892455f3.tar.gz
* maintMakefile, various: Improve constification of the codebase.
Diffstat (limited to 'makeint.h')
-rw-r--r--makeint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/makeint.h b/makeint.h
index 7c695f5..45e63cb 100644
--- a/makeint.h
+++ b/makeint.h
@@ -609,7 +609,7 @@ extern double max_load_average;
extern int max_load_average;
#endif
-extern char *program;
+extern const char *program;
extern char *starting_directory;
extern unsigned int makelevel;
extern char *version_string, *remote_description, *make_host;