diff options
Diffstat (limited to 'graphics/gplot/files/patch-hload.c')
-rw-r--r-- | graphics/gplot/files/patch-hload.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/gplot/files/patch-hload.c b/graphics/gplot/files/patch-hload.c deleted file mode 100644 index f99cb053f3a6..000000000000 --- a/graphics/gplot/files/patch-hload.c +++ /dev/null @@ -1,13 +0,0 @@ ---- 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; |