summaryrefslogtreecommitdiffstats
path: root/editors/bed/files/patch-keyconfig.cpp
blob: 976d7eeffed9ed057388e3b903ea8c8c11a133e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- src/keyconfig.cpp.orig	Thu May 23 14:28:24 2002
+++ src/keyconfig.cpp	Tue Dec 16 10:46:21 2003
@@ -46,16 +46,16 @@
 	char *proc;
 	};
 
-#define elk(x,y,z) ((struct keydef) {y,#z})
-#define sym(x) (struct keydef) {x,x}
+#define elk(x,y,z) {y,#z}
+#define sym(x) {x,x}
 #define	LINE {NULL,NULL}
-#define two(name,proc) ((struct keydef) {name,#proc})
+#define two(name,proc) {name,#proc}
 #define elm(x,z) LINE
 //#define elm(x,z)
 //#define	LINE 
 #include "varmacro.h"
 #ifdef OLDGCCVARMACRO
-#define menumake(file,name,els...)		,##els VARMACRO
+#define menumake(file,name,els...)		,els VARMACRO
 #else
 #define menumake(file,name,...)		,__VA_ARGS__
 #endif
OpenPOWER on IntegriCloud