]> err.no Git - varnish/commitdiff
Constify vcl_tnames in .tcl script too
authortfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 10 Nov 2008 11:55:15 +0000 (11:55 +0000)
committertfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 10 Nov 2008 11:55:15 +0000 (11:55 +0000)
Change the .tcl script corresponding to r3364, fixes build failure

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3377 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/lib/libvcl/vcc_gen_fixed_token.tcl

index d05195460814960769fceb153e47742dd19735fc..eef6334ffe1bc06eb2f1e290ceecf08120dd086e 100755 (executable)
@@ -331,7 +331,7 @@ puts $fo "  }"
 puts $fo "}"
 
 puts $fo ""
-puts $fo "const char *vcl_tnames\[256\] = {"
+puts $fo "const char * const vcl_tnames\[256\] = {"
 foreach i $token2 {
        puts $fo "\t\[[lindex $i 0]\] = \"[lindex $i 0]\","
 }