]> git.refcnt.org Git - colorize.git/blobdiff - version.pl
Omit declaration of optind/optarg
[colorize.git] / version.pl
index 850902eeddad409af4f7d7e0810ec6651a15f0f7..3b1d403e3dbb68eeef176ba24432fa46724e83cb 100755 (executable)
@@ -14,11 +14,11 @@ and system('git ls-files colorize.c --error-unmatch >/dev/null 2>&1') == 0) {
 
 if (length $version) {
     print <<"EOT";
-const char *version = "$version";
+const char *const version = "$version";
 EOT
 }
 else {
     print <<'EOT';
-const char *version = NULL;
+const char *const version = NULL;
 EOT
 }