components/ircii/patches/cast_sbox_h.patch
changeset 367 6ee87227d15e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ircii/patches/cast_sbox_h.patch	Tue Jul 05 16:33:26 2011 -0700
@@ -0,0 +1,11 @@
+--- ircii-20060725/include/cast_sbox.h.orig	2011-06-27 16:30:51.920110566 -0700
++++ ircii-20060725/include/cast_sbox.h	2011-06-27 16:31:14.238117457 -0700
+@@ -9,7 +9,7 @@
+  */
+ 
+ /* sigh */
+-#if __STDC__ /* || (__STDC__ == 0 && defined(__sun)) */
++#if __STDC__  || (__STDC__ == 0 && defined(__sun))
+ #define U(x) x##U
+ #define UL(x) x##UL
+ #else