aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/mpm/range.cc
diff options
context:
space:
mode:
authorwkj <devnull@localhost>2004-05-17 02:22:03 +0000
committerwkj <devnull@localhost>2004-05-17 02:22:03 +0000
commit75347226678394e8316d3e38ea64f44524e4f089 (patch)
treee01c83e40e938c921d53ee654145bf7b14780120 /src/cmd/mpm/range.cc
parent4418401f335e22c27206c02a9d9f8c6c51ab1612 (diff)
downloadplan9port-75347226678394e8316d3e38ea64f44524e4f089.tar.gz
plan9port-75347226678394e8316d3e38ea64f44524e4f089.tar.bz2
plan9port-75347226678394e8316d3e38ea64f44524e4f089.zip
Tweak mpm pending C++ support in the mkfiles.
Diffstat (limited to 'src/cmd/mpm/range.cc')
-rw-r--r--src/cmd/mpm/range.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/mpm/range.cc b/src/cmd/mpm/range.cc
index 988dff2f..829cb8c4 100644
--- a/src/cmd/mpm/range.cc
+++ b/src/cmd/mpm/range.cc
@@ -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;