cvs: gd /libgd ISSUES entities.tcl
[email protected] ("Pierre-Alain Joye")
| Newsgroups | php.gd.cvs |
|---|---|
| Message-ID | <cvspajoye1167853730@cvsserver> |
pajoye Wed Jan 3 19:48:50 2007 UTC
Modified files:
/gd/libgd entities.tcl ISSUES
Log:
#17, Added "static" to entities_s struct declaration to avoid obscure
compiler problem on Suns (John Ellson/Graphviz)
http://cvs.php.net/viewvc.cgi/gd/libgd/entities.tcl?r1=1.2&r2=1.3&diff_format=u
Index: gd/libgd/entities.tcl
diff -u gd/libgd/entities.tcl:1.2 gd/libgd/entities.tcl:1.3
--- gd/libgd/entities.tcl:1.2 Wed Apr 5 15:54:20 2006
+++ gd/libgd/entities.tcl Wed Jan 3 19:48:50 2007
@@ -32,7 +32,7 @@
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\[\] = {"
http://cvs.php.net/viewvc.cgi/gd/libgd/ISSUES?r1=1.15&r2=1.16&diff_format=u
Index: gd/libgd/ISSUES
diff -u gd/libgd/ISSUES:1.15 gd/libgd/ISSUES:1.16
--- gd/libgd/ISSUES:1.15 Wed Jan 3 19:42:12 2007
+++ gd/libgd/ISSUES Wed Jan 3 19:48:50 2007
@@ -37,3 +37,5 @@
the resulting image overwrite the palette colors (Rob Leslie)
#16, Added sanity checks in gdImageCreate for possible allocation failures
(John Ellson/Graphviz)
+#17, Added "static" to entities_s struct declaration to avoid obscure
+ compiler problem on Suns (John Ellson/Graphviz)