]> granicus.if.org Git - graphviz/commitdiff
Remove unnecessary global data variables
authorerg <devnull@localhost>
Tue, 8 May 2007 22:25:39 +0000 (22:25 +0000)
committererg <devnull@localhost>
Tue, 8 May 2007 22:25:39 +0000 (22:25 +0000)
awk/colortbl.awk

index 5a91a7a471a43fb9ce917cdb4cf0767726ed59ad..6af6865a784ac3d802d979a43e400dea66f5e943 100644 (file)
@@ -38,7 +38,7 @@ function rgb_to_hsv(r,g,b) {
        v = v * 255.0;
 }
 
-BEGIN  { s = ARGV[1]; gsub("\\.","_",s); printf("hsvrgbacolor_t %s[] = {\n",s); }
+BEGIN  { s = ARGV[1]; gsub("\\.","_",s); printf("static hsvrgbacolor_t %s[] = {\n",s); }
 /^$/   { next; }
 /^#/   { next; }
                {