summaryrefslogtreecommitdiffstats
path: root/src/cmd/scat/scat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/scat/scat.c')
-rw-r--r--src/cmd/scat/scat.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cmd/scat/scat.c b/src/cmd/scat/scat.c
index dff596b1..a21b8cb9 100644
--- a/src/cmd/scat/scat.c
+++ b/src/cmd/scat/scat.c
@@ -34,6 +34,11 @@ Record *rec;
Record *orec;
Record *cur;
+int nplate;
+Plate plate[2000]; /* needs to go to 2000 when the north comes */
+int debug;
+Gam gam;
+
char *dir;
int saodb;
int ngcdb;