pkgsrc/textproc/ja-groff/patches/patch-as
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
328 B
Text

$NetBSD: patch-as,v 1.1 2006/06/23 16:29:02 hira Exp $
--- troff/div.h.orig 2006-06-16 17:01:30.000000000 +0900
+++ troff/div.h 2006-06-16 17:02:47.000000000 +0900
@@ -48,6 +48,8 @@
virtual void copy_file(const char *filename) = 0;
};
+void end_diversions();
+
class macro;
class macro_diversion : public diversion {