Eliminate objectionable use of global.

This commit is contained in:
Eric S. Raymond 2017-06-09 10:17:13 -04:00
parent 9ecbfa2ca8
commit 37117f20e0
2 changed files with 32 additions and 17 deletions

2
main.c
View file

@ -648,7 +648,7 @@ L3000: SETPRM(1,WD1,WD1X);
L4000: I=4000; VERB=K; goto Laction;
L4090: I=4090; goto Laction;
L5000: I=5000;
L5000: I=5000; obj = K;
Laction:
switch (action(cmdin, I, VERB, obj)) {
case 2: return true;