head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2009.07.01.08.46.06; author rse; state Exp; branches; next ; commitid fBaolCaID5TTcZTt; desc @@ 1.1 log @adjust packaging for PHP 5.3.0 @ text @Index: ext/gd/libgd/gd_arc.c --- ext/gd/libgd/gd_arc.c.orig 2009-05-26 22:14:31 +0200 +++ ext/gd/libgd/gd_arc.c 2009-07-01 08:56:12 +0200 @@@@ -53,6 +53,7 @@@@ } } +#if 0 void gdImageFilledEllipse (gdImagePtr im, int mx, int my, int w, int h, int c) { int x=0,mx1=0,mx2=0,my1=0,my2=0; @@@@ -106,5 +107,6 @@@@ old_y1 = my1; } } +#endif @