From 67e4fce4f5b62cf5f9e6b4b7b59ff2b2818d21f5 Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 19 Apr 2004 23:58:57 +0000 Subject: make mac work --- src/cmd/plot/libplot/mplot.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cmd/plot/libplot/mplot.h') diff --git a/src/cmd/plot/libplot/mplot.h b/src/cmd/plot/libplot/mplot.h index 99e27efd..ee924dde 100644 --- a/src/cmd/plot/libplot/mplot.h +++ b/src/cmd/plot/libplot/mplot.h @@ -29,8 +29,8 @@ struct seg { /* * display parameters */ -int clipminx, clipminy, clipmaxx, clipmaxy; /* clipping rectangle */ -int mapminx, mapminy, mapmaxx, mapmaxy; /* centered square */ +extern int clipminx, clipminy, clipmaxx, clipmaxy; /* clipping rectangle */ +extern int mapminx, mapminy, mapmaxx, mapmaxy; /* centered square */ /* * Prototypes */ -- cgit v1.2.3