1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Fix build with gcc 3.4

Noticed by:	pointyhat
This commit is contained in:
Markus Brueffer 2004-08-15 17:10:32 +00:00
parent 9d5625269d
commit 78597655a9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116281
3 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- src/translators/btparse/err.h.orig Sun Aug 15 18:48:06 2004
+++ src/translators/btparse/err.h Sun Aug 15 18:50:09 2004
@@ -118,7 +118,6 @@
int *err_k;
int i;
va_list ap;
- int k;
va_start(ap, k);
text[0] = '\0';
for (i=1; i<=k; i++) /* collect all lookahead sets */

View File

@ -0,0 +1,10 @@
--- src/translators/btparse/err.h.orig Sun Aug 15 18:48:06 2004
+++ src/translators/btparse/err.h Sun Aug 15 18:50:09 2004
@@ -118,7 +118,6 @@
int *err_k;
int i;
va_list ap;
- int k;
va_start(ap, k);
text[0] = '\0';
for (i=1; i<=k; i++) /* collect all lookahead sets */

View File

@ -0,0 +1,10 @@
--- src/translators/btparse/err.h.orig Sun Aug 15 18:48:06 2004
+++ src/translators/btparse/err.h Sun Aug 15 18:50:09 2004
@@ -118,7 +118,6 @@
int *err_k;
int i;
va_list ap;
- int k;
va_start(ap, k);
text[0] = '\0';
for (i=1; i<=k; i++) /* collect all lookahead sets */