components/ircii/patches/cast_sbox_h.patch
author Petr Sumbera <petr.sumbera@oracle.com>
Tue, 16 Apr 2013 01:41:08 -0700
branchs11u1-sru
changeset 2572 f7b87dc4ee72
parent 367 6ee87227d15e
permissions -rw-r--r--
16492451 problem in LIBRARY/LIBXML

--- 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