Eliminate a global variable.

This commit is contained in:
Eric S. Raymond 2017-06-09 11:19:47 -04:00
parent 42b339a1b6
commit 0a4325ce45
3 changed files with 4 additions and 2 deletions

View file

@ -3,6 +3,8 @@
#include "advent.h"
#include "database.h"
#define VRSION 25 /* bump on save format change */
/*
* Action handlers. Eventually we'll do lookup through a method table
* that calls these. Absolutely nothing like the original FORTRAN.