On 15/05/2009, Luca Favatella <[email protected]> wrote:
> On 15/05/2009, Luca Favatella <[email protected]> wrote:
> [...]
>> On 15/05/2009, walter harms <[email protected]> wrote:
> [...]
>>> IMHO,
>>> the define IUCLC should go plattform.h
[...]
>> Ok.
>> I'll try to submit an updated patch.
[...]
> At the moment no IUCLC new patch.

Attached is the new patch about IUCLC, named
20090515_1734_busybox.upstream.iuclc.diff


Luca Favatella
diff -Naur busybox-1.13.3/include/platform.h busybox-1.13.3.mod/include/platform.h
--- busybox-1.13.3/include/platform.h	2009-02-26 12:47:26.000000000 +0100
+++ busybox-1.13.3.mod/include/platform.h	2009-05-15 19:33:44.000000000 +0200
@@ -363,4 +363,10 @@
 #endif
 #endif
 
+/* It shouldn't be dangerous to define IUCLC as 0. Things like "IUCLC
+   | FOO" and "&= ~IUCLC" shouldn't harm. */
+#ifndef IUCLC
+#define IUCLC 0
+#endif
+
 #endif	/* platform.h	*/
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to