Eliminate a global variable.
This commit is contained in:
parent
42b339a1b6
commit
0a4325ce45
3 changed files with 4 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue