1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Fix build with gcc 3.4

This commit is contained in:
Tilman Keskinoz 2004-08-19 13:01:49 +00:00
parent 3683cfd479
commit 7619dfbf4b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116676

View File

@ -0,0 +1,10 @@
--- src/evaluate.c.orig Thu Aug 19 14:59:23 2004
+++ src/evaluate.c Thu Aug 19 15:00:10 2004
@@ -378,6 +378,7 @@
}
}
done:
+ ;
}
}
if (number_of_singletons == 0) {