fixed bug in preprocessor part:

#define aap(a) a did not work if the actual argument was spread over
multiple lines
This commit is contained in:
ceriel 1988-10-31 14:10:00 +00:00
parent 900421f411
commit 4f11f3c3fd
2 changed files with 2 additions and 2 deletions

View file

@ -160,7 +160,7 @@ copyact(ch1, ch2, lvl)
}
PushBack();
copy('\n');
copy(' ');
break;
case '/':

View file

@ -159,7 +159,7 @@ copyact(ch1, ch2, level)
}
PushBack();
copy('\n');
copy(' ');
break;
case '/':