Documentation and comment cleanup.
Also, renove uused enums.
This commit is contained in:
parent
2bd3ea61c2
commit
ffb8393985
6 changed files with 152 additions and 109 deletions
2
misc.c
2
misc.c
|
@ -152,7 +152,7 @@ void wordclear(token_t *v)
|
|||
*v = 0;
|
||||
}
|
||||
|
||||
/* I/O routines (speak, pspeak, rspeak, GETIN, YES) */
|
||||
/* I/O routines (speak, pspeak, rspeak, get_input, yes) */
|
||||
|
||||
void vspeak(const char* msg, va_list ap)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue