diff options
| author | wkj <devnull@localhost> | 2004-05-16 07:55:57 +0000 |
|---|---|---|
| committer | wkj <devnull@localhost> | 2004-05-16 07:55:57 +0000 |
| commit | c5561c23cf394806cbf6d70a96f2dc0253f93745 (patch) | |
| tree | f4a5b99f88454917a5bada0f2a97d1505051968c /src/cmd/troff/n9.c | |
| parent | b855148c9b6d28fedfd083d037bcf246f1913d92 (diff) | |
| download | plan9port-c5561c23cf394806cbf6d70a96f2dc0253f93745.tar.gz plan9port-c5561c23cf394806cbf6d70a96f2dc0253f93745.zip | |
Checkpoint -- still merging with Taj's version of the world.
Diffstat (limited to 'src/cmd/troff/n9.c')
| -rw-r--r-- | src/cmd/troff/n9.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cmd/troff/n9.c b/src/cmd/troff/n9.c index 5cd70648..3e3ad97f 100644 --- a/src/cmd/troff/n9.c +++ b/src/cmd/troff/n9.c @@ -75,7 +75,7 @@ s1: pushback(linebuf); } - +int eat(int c) { int i; @@ -341,6 +341,7 @@ Tchar setfield(int x) int savepos; static Tchar wbuf[] = { WORDSP, 0}; + rchar = 0; if (x == tabch) rchar = tabc | chbits; else if (x == ldrch) |
