Fix build with gcc4

This commit is contained in:
Tilman Keskinoz 2007-05-30 17:31:09 +00:00
parent a55ad9ae3c
commit 37d123594c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192409

View 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 */