ports/graphics/gplot/files/patch-emul.c
Martin Wilke 801fb2ec4c - Unbreak
- Fix build with gcc 4.2

PR:		113774
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-06-20 14:18:39 +00:00

11 lines
370 B
C

--- emul.c.orig Thu Jul 18 02:22:01 1991
+++ emul.c Sat Jun 16 01:04:15 2007
@@ -5,6 +5,8 @@
#include <stdio.h>
#include "defs.h"
+static em_arc();
+
/* store these pointers to allow lookups into the CGM data structures */
static struct one_opt *popt; /* the command line options, in only */
static struct mf_d_struct *pc1; /* the class 1 elements, in only */