Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/planix-v0/sys/src/cmd/htmlroff/t13.c – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#include "a.h"
2
 
3
/*
4
 * 13. Hyphenation.
5
 */
6
 
7
void
8
t13init(void)
9
{
10
	addreq(L("nh"), r_nop, -1);
11
	addreq(L("hy"), r_nop, -1);
12
	addreq(L("hc"), r_nop, -1);
13
	addreq(L("hw"), r_nop, -1);
14
 
15
	addesc('%', e_nop, 0);
16
}
17