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

$NetBSD: patch-ar,v 1.1 2006/06/23 16:29:02 hira Exp $
--- troff/token.h.orig 2006-06-16 17:00:17.000000000 +0900
+++ troff/token.h 2006-06-16 17:00:32.000000000 +0900
@@ -98,6 +98,8 @@
friend void process_input_stack();
};
+void process_input_stack();
+
extern token tok; // the current token
extern symbol get_name(int required = 0);