freebsd-ports/cad/cider/files/patch-spice-common-src-lib-fte-graf.c
Martin Wilke 000cebd64d - Fix build with gcc 4.1
PR:		ports/107134
Submitted by:	AMAKAWA Shuhei <sa264@cam.ac.uk> (maintainer)
2007-01-22 08:30:59 +00:00

12 lines
405 B
C

--- spice/common/src/lib/fte/graf.c.orig Sun Jan 30 03:46:21 1994
+++ spice/common/src/lib/fte/graf.c Fri Dec 22 20:12:25 2006
@@ -49,6 +49,9 @@
#define MAXTICS 100
double *readtics();
+static int drawlegend();
+static int gr_resize_internal();
+
#define XFACTOR 2 /* How much to expand the X scale during iplot. */
#define YFACTOR 1.5 /* How much to expand the Y scale during iplot. */