documentation bits in comments, no code changes

This commit is contained in:
Denis Vlasenko
2007-09-25 18:35:28 +00:00
parent ea7645bab6
commit 6a5377ac14
4 changed files with 12 additions and 3 deletions

View File

@@ -82,7 +82,6 @@ static int bad_nums(int num1, int num2, const char *for_what)
static char *skip_blank(const char *cp)
{
// NB: fix comment in skip_whitespace!
while (isblank(*cp))
cp++;
return (char *)cp;
@@ -125,7 +124,6 @@ static void doCommands(void)
smallint have1, have2;
while (TRUE) {
// NB: fix comment in lineedit.c!
/* Returns:
* -1 on read errors or EOF, or on bare Ctrl-D.
* 0 on ctrl-C,