Magic-number elimination.

This commit is contained in:
Eric S. Raymond 2017-06-06 11:12:00 -04:00
parent fd10d380df
commit 978168523a
7 changed files with 20 additions and 16 deletions

5
init.c
View file

@ -30,7 +30,10 @@
* 300 locations
* 100 objects */
/* Note: the object count limit has been abstracted as NOBJECTS */
/* Note:
* - the object count limit has been abstracted as NOBJECTS
* - the random message limit has been abstracted as RTXSIZE
*/
/* Description of the database format
*