Move from random message numbers to ARB_* symbols generate from YAML.

This commit is contained in:
Eric S. Raymond 2017-06-14 17:36:30 -04:00
parent f38f286f39
commit fef9657e3e
5 changed files with 191 additions and 189 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(53);
RSPEAK(ARB_53);
}
}
@ -217,7 +217,7 @@ long YES(FILE *input, vocab_t x, vocab_t y, vocab_t z)
RSPEAK(z);
return false;
}
RSPEAK(185);
RSPEAK(ARB_185);
}
}