From f77da47d331b21210bdeb9c5c4c0dc9ccb390103 Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Fri, 18 Jul 2003 12:07:23 +0000 Subject: [PATCH] Fix build with new gcc --- irc/bitchx/files/patch-status.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 irc/bitchx/files/patch-status.c diff --git a/irc/bitchx/files/patch-status.c b/irc/bitchx/files/patch-status.c new file mode 100644 index 000000000000..5f79467876b7 --- /dev/null +++ b/irc/bitchx/files/patch-status.c @@ -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; \ + \