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

@ -1,6 +1,6 @@
<$PLAN9/src/mkhdr <$PLAN9/src/mkhdr
TARG=aux/pm TARG=auxpm
OFILES=misc.$O\ OFILES=misc.$O\
slug.$O\ slug.$O\
range.$O\ range.$O\
@ -9,10 +9,7 @@ OFILES=misc.$O\
HFILES=misc.h\ HFILES=misc.h\
BIN=/$objtype/bin
<$PLAN9/src/mkone <$PLAN9/src/mkone
CC=c++/$CC
LD=c++/$LD
CFLAGS= CFLAGS=
slug.$O: slug.h slug.$O: slug.h

View file

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

View file

@ -1,5 +1,5 @@
.\" 10/22/92 activate next line before installing .\" 10/22/92 activate next line before installing
.pi /$objtype/bin/aux/pm .pi #9/bin/auxpm
. .
. \" IZ - initialization . \" IZ - initialization
.de IZ .de IZ