troff: we are not htmlroff
If we don’t explicitly check for ‘h’ in troff, we can’t reliably check for non-htmlroff well. Consider the following: .if h \{\ . de M . tm m ..\} Without this change, this will print m and not define macro M.
This commit is contained in:
parent
f0adfb4ded
commit
69249e8313
1 changed files with 1 additions and 0 deletions
|
@ -683,6 +683,7 @@ void caseif1(int x)
|
||||||
if (TROFF)
|
if (TROFF)
|
||||||
true++;
|
true++;
|
||||||
break;
|
break;
|
||||||
|
case 'h':
|
||||||
case ' ':
|
case ' ':
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue