#17, Added "static" to entities_s struct declaration to avoid obscure

compiler problem on Suns (John Ellson/Graphviz)
master
pajoye 2007-01-03 19:48:50 +00:00
parent e4d9135c3f
commit 0a331ae455
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ puts $f "#ifdef __cplusplus"
puts $f "extern \"C\" {"
puts $f "#endif"
puts $f ""
puts $f "struct entities_s {"
puts $f "static struct entities_s {"
puts $f " char *name;"
puts $f " int value;"
puts $f "} entities\[\] = {"