Eliminate magic return value.

This commit is contained in:
Eric S. Raymond 2017-06-14 13:35:06 -04:00
parent 4993be4c08
commit 6c6498b797

View file

@ -849,7 +849,7 @@ static int say(void)
int wd=VOCAB(WD1,-1); int wd=VOCAB(WD1,-1);
if (wd == 62 || wd == 65 || wd == 71 || wd == 2025 || wd == 2034) { if (wd == 62 || wd == 65 || wd == 71 || wd == 2025 || wd == 2034) {
WD2=0; WD2=0;
return(2630); return GO_LOOKUP;
} }
RSPEAK(258); RSPEAK(258);
return GO_CLEAROBJ; return GO_CLEAROBJ;