summaryrefslogtreecommitdiffstats
path: root/src/cmd/plot/libplot/mplot.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-04-19 23:58:57 +0000
committerrsc <devnull@localhost>2004-04-19 23:58:57 +0000
commit67e4fce4f5b62cf5f9e6b4b7b59ff2b2818d21f5 (patch)
treec38707d39d594b7807a105ae5ea6d617184f764b /src/cmd/plot/libplot/mplot.h
parentb829c3547001eb2a3cf846410deb15ddd7349b96 (diff)
downloadplan9port-67e4fce4f5b62cf5f9e6b4b7b59ff2b2818d21f5.tar.gz
plan9port-67e4fce4f5b62cf5f9e6b4b7b59ff2b2818d21f5.zip
make mac work
Diffstat (limited to 'src/cmd/plot/libplot/mplot.h')
-rw-r--r--src/cmd/plot/libplot/mplot.h4
1 files changed, 2 insertions, 2 deletions
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
*/