summaryrefslogtreecommitdiff
path: root/x11-misc/wmakerconf/files/wmakerconf-2.12-glib-2.62.patch
blob: 422aa9e813a977fe90928ab8245844afbfbe763e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff -Naur wmakerconf-2.12.orig/src/error.h wmakerconf-2.12/src/error.h
--- wmakerconf-2.12.orig/src/error.h	2001-04-18 23:13:33.000000000 +0200
+++ wmakerconf-2.12/src/error.h	2020-03-07 23:21:51.336443663 +0100
@@ -37,8 +37,8 @@
 #define  N_(string)	(string)
 /* I18n */
 
-#define error     error_line=__LINE__,error_file=__FILE__,_error
-#define warning   error_line=__LINE__,error_file=__FILE__,_warning
+#define error     _error
+#define warning   _warning
 #define MAXSTRLEN 1024
 
 #undef NO