aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/htmlroff/t13.c
blob: 0fadab3ad296a6f1cbe2dcd29706576cdd6596b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include "a.h"

/*
 * 13. Hyphenation.
 */

void
t13init(void)
{
	addreq(L("nh"), r_nop, -1);
	addreq(L("hy"), r_nop, -1);
	addreq(L("hc"), r_nop, -1);
	addreq(L("hw"), r_nop, -1);
	
	addesc('%', e_nop, 0);
}