mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
dff20603bf
PR: 15381 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
15 lines
354 B
Plaintext
15 lines
354 B
Plaintext
--- hpgl.c.orig Thu Jul 17 03:40:40 1997
|
|
+++ hpgl.c Fri Dec 10 03:07:38 1999
|
|
@@ -11,10 +11,8 @@
|
|
#include "xgout.h"
|
|
#include "plotter.h"
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#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();
|