Magic-number cleanup.

This commit is contained in:
Eric S. Raymond 2017-06-07 06:24:18 -04:00
parent 60a3a6d1fe
commit c1f1f2f79f
3 changed files with 3 additions and 5 deletions

2
init.c
View file

@ -32,7 +32,7 @@
/* Note:
* - the object count limit has been abstracted as NOBJECTS
* - the random message limit has been abstracted as RTXSIZE
* - the random message limit has been abstracted as RTXSIZ
* - maximum locations limit has been abstracted as LOCSIZ
*/