Fix build with gcc4
This commit is contained in:
parent
a55ad9ae3c
commit
37d123594c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192409
19
x11-wm/tvtwm/files/patch-parse.c
Normal file
19
x11-wm/tvtwm/files/patch-parse.c
Normal file
@ -0,0 +1,19 @@
|
||||
--- parse.c.orig Wed May 30 19:28:55 2007
|
||||
+++ parse.c Wed May 30 19:29:16 2007
|
||||
@@ -1609,6 +1609,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
+static char *m4_defs();
|
||||
+
|
||||
static FILE *start_m4(fraw)
|
||||
FILE *fraw;
|
||||
{
|
||||
@@ -1627,7 +1629,6 @@
|
||||
if (fres == 0) {
|
||||
extern Display *dpy;
|
||||
extern char *display_name;
|
||||
- static char *m4_defs();
|
||||
char *tmp_file;
|
||||
|
||||
/* Child */
|
Loading…
Reference in New Issue
Block a user