SPK is no longer global.

This commit is contained in:
Eric S. Raymond 2017-06-11 22:04:14 -04:00
parent e2ebc24114
commit a062d43079
3 changed files with 19 additions and 17 deletions

View file

@ -4,7 +4,9 @@
#include "database.h"
/* Limit visibility of ugly globals. Eventually these should go away. */
extern long K, SPK, WD1, WD1X, WD2, WD2X;
extern long K, WD1, WD1X, WD2, WD2X;
static long SPK; /* This should go away too */
/*
* Action handlers. Eventually we'll do lookup through a method table