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

@@ -138,7 +138,8 @@ macro2buffer(idef, actpars, siztext)
text[pos++] = *p;
if (pos == size) {
text = Srealloc(text, size += RSTRSIZE);
text = Srealloc(text,
size += RSTRSIZE);
}
}
}