Abolish SPEAK().

This commit is contained in:
Jason S. Ninneman 2017-06-11 14:41:26 -07:00
parent 8a18f2f19f
commit a2e0c55fb4
2 changed files with 0 additions and 104 deletions

View file

@ -89,7 +89,6 @@ extern lcg_state lcgstate;
extern void* xmalloc(size_t);
extern void packed_to_token(long, char token[6]);
extern void newspeak(char*);
extern void SPEAK(vocab_t);
extern void PSPEAK(vocab_t,int);
extern void RSPEAK(vocab_t);
extern void SETPRM(long,long,long);