First set of changes to move globals to instance_globals.

This commit is contained in:
Bart House
2018-11-23 21:29:19 -08:00
parent a93066ba83
commit ed9082a99a
51 changed files with 680 additions and 565 deletions

View File

@@ -238,7 +238,7 @@ unsigned x;
char *
initstate(seed, arg_state, n)
unsigned seed; /* seed for R. N. G. */
unsigned seed; /* seed for RNG */
char *arg_state; /* pointer to state array */
int n; /* # bytes of state info */
{