fixed bug, added -o option

This commit is contained in:
eck
1989-10-31 10:02:48 +00:00
parent cc56ae65dd
commit bac0ae9da3
5 changed files with 27 additions and 11 deletions

View File

@@ -532,7 +532,7 @@ macro2buffer(repl, idf, args)
replacement list.
*/
if (repl->r_ptr == repl->r_text
&& is_wsp(*repl->r_text)) {
&& is_wsp(*repl->r_ptr)) {
err = 1;
break;
}
@@ -590,7 +590,7 @@ macro2buffer(repl, idf, args)
assert(n > 0);
/* This is VERY dirty, we look ahead for the
## operater. If it's found we use the raw
## operator. If it's found we use the raw
argument buffer instead of the expanded
one.
*/