some long lines split

This commit is contained in:
dick
1986-03-17 17:47:04 +00:00
parent 96963fede1
commit 56fef70c43
14 changed files with 71 additions and 34 deletions

View File

@@ -497,7 +497,8 @@ string_token(nm, stop_char)
else {
str[pos++] = '\\';
if (pos == str_size)
str = Srealloc(str, str_size += RSTRSIZE);
str = Srealloc(str,
str_size += RSTRSIZE);
ch = nch;
}
}