blob: 25794dc5fd439fcbf272fac3e660a2abc10af389 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
#
# Patch managed by http://www.holgerschurig.de/patcher.html
#
--- mrxvt-0.4.1/src/rxvt.h~fix-compile
+++ mrxvt-0.4.1/src/rxvt.h
@@ -387,15 +387,8 @@
** which in turn is unsafe without checking.
** Untainted defines the type of data that is safe.
*/
-#ifdef __GNUC__
-# define $tainted
-# define $untainted
-# define TAINTED $tainted
-# define UNTAINTED $untainted
-#else
-# define TAINTED
-# define UNTAINTED
-#endif
+#define TAINTED
+#define UNTAINTED
/*
|