Meaningful shortnames for RSPEAK messages.
This commit is contained in:
parent
1d37262a16
commit
a141f021d5
6 changed files with 479 additions and 479 deletions
4
misc.c
4
misc.c
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue