12 lines
313 B
Text
12 lines
313 B
Text
$NetBSD: patch-ab,v 1.1 2005/12/19 16:22:56 joerg Exp $
|
|
|
|
--- hpgl.c.orig 2005-12-19 16:11:22.000000000 +0000
|
|
+++ hpgl.c
|
|
@@ -15,7 +15,6 @@
|
|
#include <math.h>
|
|
#define MAX(a,b) ( ((a)>(b)) ? (a) : (b) )
|
|
#define MIN(a,b) ( ((a)<(b)) ? (a) : (b) )
|
|
-char *malloc();
|
|
|
|
static void hpglText();
|
|
static void hpglSeg();
|