Tweak mpm pending C++ support in the mkfiles.

This commit is contained in:
wkj 2004-05-17 02:22:03 +00:00
parent 4418401f33
commit 7534722667
3 changed files with 3 additions and 6 deletions

View file

@ -304,7 +304,7 @@ static void markbreak(slug *p)
{
// Mark impermissible breakpoints in BS's.
// The parm field of a VBOX is >0 if we shouldn't break after it.
int parm; // how many lines must stay on page
int parm = 0; // how many lines must stay on page
int goahead = 1; // true until we see the next BS
int nowmark = 0; // true when we should be marking
int n = 0;