]> git.pld-linux.org Git - packages/groff.git/blame - groff-gcc4.patch
- forward decls.
[packages/groff.git] / groff-gcc4.patch
CommitLineData
ae77cc9c
PS
1--- groff-1.19.1/src/roff/troff/input.cpp.orig 2004-05-05 18:41:58.000000000 +0200
2+++ groff-1.19.1/src/roff/troff/input.cpp 2005-12-11 13:49:32.408111000 +0100
3@@ -2355,6 +2355,10 @@
4 }
5 }
6
7+void process_input_stack();
8+void end_diversions();
9+void title();
10+
11 void exit_troff()
12 {
13 exit_started = 1;
14--- groff-1.19.1/src/preproc/eqn/eqn.cpp.orig 2004-05-13 15:31:42.000000000 +0200
15+++ groff-1.19.1/src/preproc/eqn/eqn.cpp 2005-12-11 13:59:28.358111000 +0100
16@@ -667,6 +667,12 @@
17 #define YYREJECT goto yyabort
18 #define YYACCEPT goto yyaccept
19 #define YYERROR goto yyerrlab
20+
21+box* make_mark_box(box*);
22+box* make_lineup_box(box*);
23+box* make_limit_box(box*, box*, box*);
24+box* make_script_box(box*, box*, box*);
25+
26 int
27 #if defined(__STDC__)
28 yyparse(void)
This page took 0.027832 seconds and 4 git commands to generate.