]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/mrxvt/files/fix-compile.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / mrxvt / files / fix-compile.patch
1
2 #
3 # Patch managed by http://www.holgerschurig.de/patcher.html
4 #
5
6 --- mrxvt-0.4.1/src/rxvt.h~fix-compile
7 +++ mrxvt-0.4.1/src/rxvt.h
8 @@ -387,15 +387,8 @@
9  ** which in turn is unsafe without checking.
10  ** Untainted defines the type of data that is safe.
11  */
12 -#ifdef __GNUC__
13 -# define $tainted
14 -# define $untainted
15 -# define TAINTED       $tainted
16 -# define UNTAINTED     $untainted
17 -#else
18 -# define TAINTED
19 -# define UNTAINTED
20 -#endif
21 +#define TAINTED
22 +#define UNTAINTED
23  
24  
25  /*