Meaningful shortnames for RSPEAK messages.

This commit is contained in:
Eric S. Raymond 2017-06-15 07:35:03 -04:00
parent 1d37262a16
commit a141f021d5
6 changed files with 479 additions and 479 deletions

4
misc.c
View file

@ -196,7 +196,7 @@ bool GETIN(FILE *input,
(junk > 0);
if (GETTXT(true,true,true) <= 0)
return true;
RSPEAK(ARB_53);
RSPEAK(TWO_WORDS);
}
}
@ -217,7 +217,7 @@ long YES(FILE *input, vocab_t x, vocab_t y, vocab_t z)
RSPEAK(z);
return false;
}
RSPEAK(ARB_185);
RSPEAK(PLEASE_ANSWER);
}
}