1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Fix build with new gcc

This commit is contained in:
Tilman Keskinoz 2003-07-18 12:07:23 +00:00
parent 4c9a143a58
commit f77da47d33
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85126

View File

@ -0,0 +1,11 @@
--- source/status.c.orig Fri Jul 18 04:58:48 2003
+++ source/status.c Fri Jul 18 05:02:50 2003
@@ -1213,7 +1213,7 @@
* current-type window, although i think they should go to all windows.
*/
#define STATUS_VAR(x) \
-static char *status_user ## x ## (Window *window) \
+static char *status_user ## x (Window *window) \
{ \
char *text; \
\