pkgsrc/textproc/ja-groff/patches/patch-at
hira 8eae0e9545 Make this build with gcc4.
Add definitions of friend functions to outside of class scope.
2006-06-23 16:29:02 +00:00

13 lines
314 B
Text

$NetBSD: patch-at,v 1.1 2006/06/23 16:29:02 hira Exp $
--- troff/env.h.orig 2006-06-16 17:17:59.000000000 +0900
+++ troff/env.h 2006-06-16 17:18:17.000000000 +0900
@@ -336,6 +336,8 @@
friend void stretch_threshold_request();
#endif
};
+
+void title();
extern environment *curenv;
extern void pop_env();