Documentation and comment cleanup.

Also, renove uused enums.
This commit is contained in:
Aaron Traas 2017-06-29 16:37:07 -04:00 committed by Eric S. Raymond
parent 2bd3ea61c2
commit ffb8393985
6 changed files with 152 additions and 109 deletions

2
misc.c
View file

@ -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)
{