freebsd-ports/graphics/gplot/files/patch-hload.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

13 lines
281 B
C

--- hload.c.orig Thu Jul 18 02:22:04 1991
+++ hload.c Sat Jun 16 01:03:27 2007
@@ -5,6 +5,10 @@
#include "defs.h"
#define END_FLAG 0
+static do_vecs();
+static send_vecs();
+static dim_str();
+
/* show a character */
static show_char(font_no, char_no)
int font_no, char_no;