mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
Tweak mpm pending C++ support in the mkfiles.
This commit is contained in:
parent
4418401f33
commit
7534722667
3 changed files with 3 additions and 6 deletions
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue