mirror of
https://git.freebsd.org/ports.git
synced 2025-05-08 03:40:46 -04:00
13 lines
309 B
C
13 lines
309 B
C
--- hpgl.c.orig 2000-08-02 18:31:56 UTC
|
|
+++ hpgl.c
|
|
@@ -13,9 +13,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();
|