Revert "Renamed instance_variables to global_variables and iv to g."

This reverts commit f9a0db6c44.
This commit is contained in:
nhmall
2018-11-23 22:17:07 -05:00
parent 414a5135b7
commit 7ad3f32e16
21 changed files with 115 additions and 115 deletions

View File

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