openbsd-ports/net/epic4/patches/patch-source_status_c
espie 2946b8af0e fix token pasting issue.
regen patch.
2004-01-05 01:23:09 +00:00

13 lines
577 B
Plaintext

$OpenBSD: patch-source_status_c,v 1.1 2004/01/05 01:23:09 espie Exp $
--- source/status.c.orig 2004-01-05 02:16:48.000000000 +0100
+++ source/status.c 2004-01-05 02:17:01.000000000 +0100
@@ -36,7 +36,7 @@
* Maximum number of "%" expressions in a status line format. If you change
* this number, you must manually change the sprintf() in make_status
*/
-#define STATUS_FUNCTION(x) static Char * ## x (Window *window, int map, int key)
+#define STATUS_FUNCTION(x) static Char * x (Window *window, int map, int key)
#define MAX_FUNCTIONS 40
#define MAX_STATUS_USER 39