some long lines split

This commit is contained in:
dick
1986-03-17 17:47:04 +00:00
parent 021d8d1fec
commit 5880700ab4
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;
}
}