Magic-number elimination.
This commit is contained in:
parent
e4f8218d9c
commit
3b8122ae3a
3 changed files with 4 additions and 3 deletions
1
advent.h
1
advent.h
|
@ -3,6 +3,7 @@
|
|||
|
||||
#define LINESIZE 100
|
||||
#define NDWARVES 6
|
||||
#define PIRATE NDWARVES /* must be NDWARVES-1 when zero-origin */
|
||||
|
||||
typedef struct lcg_state
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue