summaryrefslogtreecommitdiff
path: root/textproc/ja-groff/patches/patch-aq
blob: 34d3d47f2e691b09c742e6e814d3b5ed40dd6785 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aq,v 1.1 2006/06/23 16:29:02 hira Exp $

--- troff/node.cc.orig	2006-06-16 16:58:35.000000000 +0900
+++ troff/node.cc	2006-06-16 16:58:59.000000000 +0900
@@ -172,6 +172,8 @@
   friend tfont *make_tfont(tfont_spec &);
 };
 
+tfont *make_tfont(tfont_spec &);
+
 inline int env_definite_font(environment *env)
 {
   return env->get_family()->make_definite(env->get_font());