blob: c849ffd35ec29b2c4582d7217710f0e35180001a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Index: mrxvt-0.5.2/src/rxvt.h
===================================================================
--- mrxvt-0.5.2.orig/src/rxvt.h
+++ mrxvt-0.5.2/src/rxvt.h
@@ -488,15 +488,8 @@ typedef char* XPointer;
* 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
/*
|